Fix doc typo

This commit is contained in:
Olly Betts 2022-10-05 12:41:34 +13:00
commit 3096e8aa00

View file

@ -211,7 +211,7 @@ You can of course also enable all warnings and suppress a select few, for exampl
</div>
<p>
The warnings on the right take precedence over the warnings on the left, so in the above example <tt>-Wextra</tt> adds numerous warnings including 452, but then <tt>-w309,452</tt> overrides this and so 452 is suppressesed.
The warnings on the right take precedence over the warnings on the left, so in the above example <tt>-Wextra</tt> adds numerous warnings including 452, but then <tt>-w309,452</tt> overrides this and so 452 is suppressed.
</p>
<p>