We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5151b9d commit bda37c1Copy full SHA for bda37c1
CODING_STANDARDS.md
@@ -276,7 +276,7 @@ rewritten to comply with these rules.
276
277
1. The length of constant string literals should be calculated via ``strlen()``
278
instead of using ``sizeof()-1`` as it is clearer and any modern compiler
279
- will optimize it away. Legacy usages of the latter style exists within the
+ will optimize it away. Legacy usages of the latter style exist within the
280
codebase but should not be refactored, unless larger refactoring around that
281
code is taking place.
282
0 commit comments