cleaned up "Exceptions section

Lawrence Velázquez
2023-07-13 14:20:21 -04:00
parent 47be4d0f22
commit bee868f555

@@ -41,4 +41,4 @@ This also applies to `while`/`until` loops.
### Exceptions:
The default Solaris 10 bourne shell does not support '!' outside of the test command (`if ! mycommand; then ...` returns `!: not found`)
The default Solaris 10 Bourne shell does not support `!` outside of the `test` command (`if ! mycommand; then ...` returns `!: not found`)