From: tpfast Date: Fri, 4 Oct 2019 01:57:51 +0000 (-0400) Subject: Fix typo in CODING_STANDARDS.md [ci skip] X-Git-Tag: php-7.4.0RC4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8069e1522d867d5f2eb098dbdea75008474d9b3d;p=php Fix typo in CODING_STANDARDS.md [ci skip] --- 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`.