diff --git a/SC1038.md b/SC1038.md index 8592c17..41f9fe2 100644 --- a/SC1038.md +++ b/SC1038.md @@ -1,4 +1,4 @@ -## Shells are space sensitive. Use '< <(cmd)', not '<<(cmd)'. +## Shells are space sensitive. Use `< <(cmd)`, not `<<(cmd)`. ### Problematic code: