Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎1-js/03-code-quality/03-comments/article.md‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /