mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
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:
@@ -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() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user