Skip to content

Commit 9a64c1b

Browse files
authored
Fix some typos
1 parent 9d01019 commit 9a64c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/03-code-quality/03-comments/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ complex;
1818
code;
1919
```
2020

21-
But in good code the amount of such "explanatory" comments should be minimal. Seriously, code should be easy to understand without them.
21+
But in good code, the amount of such "explanatory" comments should be minimal. Seriously, the code should be easy to understand without them.
2222

2323
There's a great rule about that: "if the code is so unclear that it requires a comment, then maybe it should be rewritten instead".
2424

0 commit comments

Comments
 (0)