Skip to content

Commit 8aca352

Browse files
authored
Update article.md
Better grammatically.
1 parent 95597b8 commit 8aca352

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
@@ -175,6 +175,6 @@ Good comments allow us to maintain the code well, come back to it after a delay
175175
**Avoid comments:**
176176

177177
- That tell "how code works" and "what it does".
178-
- Put them only if it's impossible to make the code so simple and self-descriptive that it doesn't require those.
178+
- Put them in only if it's impossible to make the code so simple and self-descriptive that it doesn't require them.
179179

180180
Comments are also used for auto-documenting tools like JSDoc3: they read them and generate HTML-docs (or docs in another format).

0 commit comments

Comments
 (0)