Updated SC2104 (markdown)

Joachim Ansorg
2021-11-12 19:32:59 +01:00
parent e72f92068c
commit 9ee1129b20

@@ -1,4 +1,4 @@
## In functions, use return instead of break.
## In functions, use `return` instead of `break`.
### Problematic code: