diff --git a/SC1086.md b/SC1086.md index 1b29c03..9a2c9b4 100644 --- a/SC1086.md +++ b/SC1086.md @@ -1,4 +1,4 @@ -## Don't use $ on the iterator name in for loops. +## Don't use `$` on the iterator name in for loops. ### Problematic code: