Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 3a6aa58

Browse files
committed
Fix typo in QLDoc
1 parent 97291e4 commit 3a6aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/semmle/go/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ module ControlFlow {
168168
}
169169

170170
/**
171-
* A control-flow node recording the fact that a certain expression is has a known
171+
* A control-flow node recording the fact that a certain expression has a known
172172
* Boolean value at this point in the program.
173173
*/
174174
class ConditionGuardNode extends IR::Instruction, MkConditionGuardNode {

0 commit comments

Comments
 (0)