diff --git a/SC2181.md b/SC2181.md index b14d104..f09c148 100644 --- a/SC2181.md +++ b/SC2181.md @@ -41,4 +41,4 @@ This also applies to `while`/`until` loops. ### Exceptions: -The default Solaris 10 bourne shells do not support '!' outside of a test statement (`if ! mycommand; then ...` returns `!: not found`) \ No newline at end of file +The default Solaris 10 bourne shell does not support '!' outside of the test command (`if ! mycommand; then ...` returns `!: not found`) \ No newline at end of file