diff --git a/SC2104.md b/SC2104.md index 6acf0fe..af6a3a3 100644 --- a/SC2104.md +++ b/SC2104.md @@ -1,4 +1,4 @@ -## In functions, use return instead of break. +## In functions, use `return` instead of `break`. ### Problematic code: