Skip to content

Commit

Permalink
Docs: Corrected noun to verb. (#9438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpool authored and not-an-aardvark committed Oct 14, 2017
1 parent b02fbb6 commit 6791d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/code-conventions.md
Expand Up @@ -262,7 +262,7 @@ Make frequent use of comments to aid others in understanding your code. Use comm

### Single-Line Comments

Single-line comments should be used to documentation one line of code or a group of related lines of code. A single-line comment may be used in three ways:
Single-line comments should be used to document one line of code or a group of related lines of code. A single-line comment may be used in three ways:

1. On a separate line, describing the code beneath it.
1. At the end of a line, describing the code before it.
Expand Down

0 comments on commit 6791d18

Please sign in to comment.