Skip to content

Commit b407c86

Browse files
committed
C++: Make Code Scanning happy.
1 parent 57c1bf5 commit b407c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/PartialFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides an abstract class to override the implicit assumption that a
33
* dataflow/taint-tracking model always fully override the parameters they are
4-
* are modelled as writing to. To use this QL library, create a QL class
4+
* are modeled as writing to. To use this QL library, create a QL class
55
* extending `PartialFlowFunction` with a characteristic predicate that selects
66
* the function or set of functions you are modeling and override the
77
* `isPartialWrite` predicate.

0 commit comments

Comments
 (0)