We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8e7b9 commit 8069e15Copy full SHA for 8069e15
CODING_STANDARDS.md
@@ -33,7 +33,7 @@ use these rules.
33
34
4. Use definitions and macros whenever possible, so that constants have
35
meaningful names and can be easily manipulated. The only exceptions to this
36
- rule are 1 and 2, when used as `false` and `true` (respectively). Any other
+ rule are 0 and 1, when used as `false` and `true` (respectively). Any other
37
use of a numeric constant to specify different behavior or actions should be
38
done through a `#define`.
39
0 commit comments