From 8069e1522d867d5f2eb098dbdea75008474d9b3d Mon Sep 17 00:00:00 2001 From: tpfast Date: Thu, 3 Oct 2019 21:57:51 -0400 Subject: [PATCH] Fix typo in CODING_STANDARDS.md [ci skip] --- CODING_STANDARDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.50.1