Skip to content

Commit 1033d22

Browse files
authored
C++: Fix QLDoc on FormattingFunction library
Copy-paste typo from `DataFlowFunction`.
1 parent 964a619 commit 1033d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/FormattingFunction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Provides a class for modeling `printf`-style formatting functions. To use
3-
* this QL library, create a QL class extending `DataFlowFunction` with a
3+
* this QL library, create a QL class extending `FormattingFunction` with a
44
* characteristic predicate that selects the function or set of functions you
55
* are modeling. Within that class, override the predicates provided by
66
* `FormattingFunction` to match the flow within that function.

0 commit comments

Comments
 (0)