Skip to content

Commit 4d251b9

Browse files
committed
C++: Fix copy&paste error in QLDoc
1 parent 723236d commit 4d251b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/Concept.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import semmle.code.cpp.exprs.Expr
66

77
/**
8-
* A C/C++ requires expression.
8+
* A C++ requires expression.
99
*/
1010
class RequiresExpr extends Expr, @requires_expr {
1111
override string toString() { result = "requires ..." }

0 commit comments

Comments
 (0)