Commentary (#7014)

Fixes #7014.
This commit is contained in:
Wilson Snyder 2026-02-08 07:48:12 -05:00
parent 0c83594e1e
commit c1db30523f
1 changed files with 1 additions and 1 deletions

View File

@ -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