Skip to content

Commit

Permalink
doc: fix typo "substraction" -> "subtraction"
Browse files Browse the repository at this point in the history
  • Loading branch information
LB-- authored and mosra committed Jul 26, 2016
1 parent d3772db commit 98b619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/corrade-coding-style.dox
Expand Up @@ -259,7 +259,7 @@ Whitespace **should be** around operators with low precedence (namely `+`, `-`,
`<<`, `>>` but not on unary `-`), around all boolean and comparison operators
(`&&`, `||`, `==`, `!=`, `<`, `<=`, `>=`, `>`), around `=` and related operators
and around ternary operator. Whitespace **shouldn't be** around `/`, `*`, `%` to
indicate they have precedence before addition and substraction. Whitespace can
indicate they have precedence before addition and subtraction. Whitespace can
or need not to be around binary operators (`&`, `|`, `^`), whichever looks
better in particular content.
@code
Expand Down

0 comments on commit 98b619f

Please sign in to comment.