From 6791d189da84bd1a06b326e645f021e4a74bd2e0 Mon Sep 17 00:00:00 2001 From: Jonathan Pool Date: Fri, 13 Oct 2017 23:51:40 -0700 Subject: [PATCH] Docs: Corrected noun to verb. (#9438) --- docs/developer-guide/code-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/code-conventions.md b/docs/developer-guide/code-conventions.md index c9a78ab8962..59f56a47a16 100644 --- a/docs/developer-guide/code-conventions.md +++ b/docs/developer-guide/code-conventions.md @@ -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.