diff options
author | Daniel Schildt <daniel.schildt@gmail.com> | 2019-04-21 05:48:48 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-20 22:48:48 -0400 |
commit | df8fb6070981d80f05e9a5f97e9c61bce09d3fe2 (patch) | |
tree | ef9802b31f28e55e8a9f6a228f1d65353e7474eb | |
parent | 648d2f3ba8e4677ce2e9440e05a165927e982f05 (diff) |
docs: improve clarity of the text (#2165)
-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 |