]> granicus.if.org Git - php/commitdiff
Fix typo in CODING_STANDARDS.md [ci skip]
authortpfast <tpfast@users.noreply.github.com>
Fri, 4 Oct 2019 01:57:51 +0000 (21:57 -0400)
committerJoe Watkins <krakjoe@php.net>
Fri, 4 Oct 2019 03:42:27 +0000 (05:42 +0200)
CODING_STANDARDS.md

index cba2611ecb7c1bc86395eb8d17e422b316e684ba..baed43c5bb96492f2ddc8b65d114a6be3640ad78 100644 (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`.