From c1db30523fab9c5a9cf3a326e6de05d6563eb09d Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 8 Feb 2026 07:48:12 -0500 Subject: [PATCH] Commentary (#7014) Fixes #7014. --- docs/guide/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/warnings.rst b/docs/guide/warnings.rst index 267baadef..e63e07369 100644 --- a/docs/guide/warnings.rst +++ b/docs/guide/warnings.rst @@ -467,7 +467,7 @@ List Of Warnings .. TODO better example Warns that the code is comparing a value in a way that will always be - constant. For example, ``X > 1`` will always be true when X is a single + constant. For example, ``X > 1`` will always be false when X is a single bit wide. Ignoring this warning will only suppress the lint check; it will