diff options
-rw-r--r-- | website/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style_guide.md b/website/style_guide.md index 6ece5c6c4..8fd3196bc 100644 --- a/website/style_guide.md +++ b/website/style_guide.md @@ -269,7 +269,7 @@ the first column of the comment. For example: ``` Code examples should not contain additional comments. It is already inside a -comment. If it needs further comments is not a good example. +comment. If it needs further comments it is not a good example. ## Each module should come with tests |