Skip to content

Commit bbf3479

Browse files
committed
[ISSUE 10] typo
1 parent 8e09b7e commit bbf3479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/checks/avoidMultipleIfElseStatementCompliant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def compliant_variables_used_max_twice_in_if_orelif_statements_scenario_2():
138138
return nb2
139139

140140
# COMPLIANT
141-
# USE CASE (secondary) : check no NullPointerException if no variables really used in coinditions
141+
# USE CASE (secondary) : check no NullPointerException if no variables really used in conditions
142142
# USE CASE : compliant use case to check if following is OK :
143143
# - more than twice uses of the same variable
144144
# - BUT not directly used, only inside a function

0 commit comments

Comments
 (0)