Skip to content

Commit be9c785

Browse files
owen-mchvitved
andauthored
Fix incorrect QLDoc
Co-authored-by: Tom Hvitved <hvitved@github.com>
1 parent 5e5a043 commit be9c785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ signature module AstSig<LocationSig Location> {
9595
Stmt getElse();
9696
}
9797

98-
/** Gets the initializer of this `if` statement, if any. */
98+
/** Gets the initializer of `if` statement `ifstmt`, if any. */
9999
default AstNode getIfInit(IfStmt ifstmt) { none() }
100100

101101
/**

0 commit comments

Comments
 (0)