Skip to content

Commit a3472d3

Browse files
authored
Typos
1 parent 6109448 commit a3472d3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ complex;
1818
code;
1919
```
2020

21-
But in a good code the amount of such "explanatory" comments should be minimal. Seriously, a code should be easy to understand without them.
21+
But in good code the amount of such "explanatory" comments should be minimal. Seriously, 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)