Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2024-12-05 10:48:34 -05:00
committed by GitHub
parent e9ccf37d4d
commit 1fbd75fee3

View File

@@ -145,7 +145,7 @@ module EdgeKind {
FalseEdge falseEdge() { result = TFalseEdge() }
/**
* Gets an instance of the `CppExceptionEdge` class.
* Gets the single instance of the `CppExceptionEdge` class.
*/
CppExceptionEdge cppExceptionEdge() { result = TCppExceptionEdge() }