Skip to content

Commit 71b0613

Browse files
committed
spelling: parenthesized
Signed-off-by: Josh Soref <[email protected]>
1 parent ba0f34a commit 71b0613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Arithmetic/ComparisonPrecedence.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<overview>
88
<p>
9-
This rule finds comparison expressions that use 2 or more comparison operators and are not completely paranthesized.
9+
This rule finds comparison expressions that use 2 or more comparison operators and are not completely parenthesized.
1010
It is best to fully parenthesize complex comparison expressions to explicitly define the order of the comparison operators.
1111
</p>
1212

0 commit comments

Comments
 (0)