Skip to content

Commit 69fbb63

Browse files
authored
Merge pull request #1082 from K-Sato1995/patch-8
Fix some typos
2 parents 4b566cd + 9a64c1b commit 69fbb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)