summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS.md
diff options
context:
space:
mode:
authortpfast <tpfast@users.noreply.github.com>2019-10-03 21:57:51 -0400
committerJoe Watkins <krakjoe@php.net>2019-10-04 05:42:27 +0200
commit8069e1522d867d5f2eb098dbdea75008474d9b3d (patch)
tree8745987451f30850038386126f44e1c4d7afae23 /CODING_STANDARDS.md
parent5a8e7b95a16e0e8349fbe3d4fba1990d09f139e5 (diff)
downloadphp-git-8069e1522d867d5f2eb098dbdea75008474d9b3d.tar.gz
Fix typo in CODING_STANDARDS.md [ci skip]
Diffstat (limited to 'CODING_STANDARDS.md')
-rw-r--r--CODING_STANDARDS.md2
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`.