diff options
Diffstat (limited to 'CODING_STANDARDS.md')
-rw-r--r-- | CODING_STANDARDS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index cba2611ecb..baed43c5bb 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -33,7 +33,7 @@ use these rules. 4. Use definitions and macros whenever possible, so that constants have meaningful names and can be easily manipulated. The only exceptions to this - 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 use of a numeric constant to specify different behavior or actions should be done through a `#define`. |