1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

View File

@@ -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`.