We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd575a commit 96aab69Copy full SHA for 96aab69
1 file changed
csharp/ql/lib/semmle/code/csharp/controlflow/internal/Splitting.qll
@@ -911,7 +911,7 @@ module BooleanSplitting {
911
* ```
912
*
913
* the branch taken in the condition on line 2 can be recorded, and the
914
- * recorded value will detmine the branch taken in the condition on line 4.
+ * recorded value will determine the branch taken in the condition on line 4.
915
*/
916
abstract predicate correlatesConditions(ConditionBlock cb1, ConditionBlock cb2, boolean inverted);
917
0 commit comments