From 60eba86b8a10a62c60b39a80170832eeb9c5789e Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 6 Jan 2025 14:53:29 +0100 Subject: [PATCH] better text Co-authored-by: Miod Vallat --- CODING_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index 7dd0671f0f..e8afa15962 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -611,7 +611,7 @@ Without `auto`, code might still compile but trigger a copy or worse. ## Explicit Comparisons * Compare numerical values with `== 0` or `!= 0` explicitly ; -* Compare to `nullptr` for the same reason. +* Compare to `nullptr`, which is easier to read. ## Initialization -- 2.47.2