Fix typo in CODING_STANDARDS.md [ci skip]

This commit is contained in:
tpfast 2019-10-03 21:57:51 -04:00 committed by Joe Watkins
parent 5a8e7b95a1
commit 8069e1522d
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E

View file

@ -33,7 +33,7 @@ use these rules.
4. Use definitions and macros whenever possible, so that constants have 4. Use definitions and macros whenever possible, so that constants have
meaningful names and can be easily manipulated. The only exceptions to this 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 use of a numeric constant to specify different behavior or actions should be
done through a `#define`. done through a `#define`.