diff options
Diffstat (limited to 'docs/style-guide.rst')
-rw-r--r-- | docs/style-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 0d7e900f..cd901e63 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -513,7 +513,7 @@ No:: x |= y&&z; * Operators with a higher priority than others can exclude surrounding - whitespace in order to denote precidence. This is meant to allow for + whitespace in order to denote precedence. This is meant to allow for improved readability for complex statement. You should always use the same amount of whitespace on either side of an operator: |