Skip to content

Commit 8069e15

Browse files
tpfastkrakjoe
authored andcommitted
Fix typo in CODING_STANDARDS.md [ci skip]
1 parent 5a8e7b9 commit 8069e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use these rules.
3333

3434
4. Use definitions and macros whenever possible, so that constants have
3535
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
36+
rule are 0 and 1, when used as `false` and `true` (respectively). Any other
3737
use of a numeric constant to specify different behavior or actions should be
3838
done through a `#define`.
3939

0 commit comments

Comments
 (0)