diff --git a/SC1010.md b/SC1010.md index 35fa431..9f7dbc4 100644 --- a/SC1010.md +++ b/SC1010.md @@ -14,4 +14,4 @@ ### Exceptions -If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck and human readers, e.g. instead of `echo Task is done`, use `echo "Task is done"`. \ No newline at end of file +If you're intentionally using `done` as a literal, you can quote it to make this clear to shellcheck (and also human readers), e.g. instead of `echo Task is done`, use `echo "Task is done"`. This makes no difference to the shell, but it will silence this warning. \ No newline at end of file