mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix typo in CODING_STANDARDS.md [ci skip]
This commit is contained in:
parent
5a8e7b95a1
commit
8069e1522d
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue