Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f109e8c commit 5990346Copy full SHA for 5990346
1 file changed
cpp/ql/src/semmle/code/cpp/models/interfaces/Iterator.qll
@@ -22,7 +22,7 @@ abstract class IteratorReferenceFunction extends Function { }
22
abstract class GetIteratorFunction extends Function {
23
/**
24
* Holds if the return value or buffer represented by `output` is an iterator over the container
25
- * passd in the argument, qualifier, or buffer represented by `input`.
+ * passed in the argument, qualifier, or buffer represented by `input`.
26
*/
27
abstract predicate getsIterator(FunctionInput input, FunctionOutput output);
28
}
0 commit comments