Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96aab69

Browse files
committed
spelling: determine
Signed-off-by: Josh Soref <[email protected]>
1 parent 5dd575a commit 96aab69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/controlflow/internal

csharp/ql/lib/semmle/code/csharp/controlflow/internal/Splitting.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ module BooleanSplitting {
911911
* ```
912912
*
913913
* 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.
914+
* recorded value will determine the branch taken in the condition on line 4.
915915
*/
916916
abstract predicate correlatesConditions(ConditionBlock cb1, ConditionBlock cb2, boolean inverted);
917917

0 commit comments

Comments
 (0)