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:40 -05:00
committed by GitHub
parent 1fbd75fee3
commit 6cbaa73d58

View File

@@ -150,7 +150,7 @@ module EdgeKind {
CppExceptionEdge cppExceptionEdge() { result = TCppExceptionEdge() }
/**
* Gets an instance of the `SehExceptionEdge` class.
* Gets the single instance of the `SehExceptionEdge` class.
*/
SehExceptionEdge sehExceptionEdge() { result = TSehExceptionEdge() }