Skip to content

Commit 2f0d328

Browse files
committed
Misc: fix typos in QLDocs
1 parent 93c6560 commit 2f0d328

File tree

1 file changed

+2
-2
lines changed
  • rust/ql/lib/codeql/rust/dataflow/internal

1 file changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/Node.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ class FlowSummaryNode extends Node, TFlowSummaryNode {
8282
result = this.getSummaryNode().getSinkElement()
8383
}
8484

85-
/** Holds is this node is a source node of kind `kind`. */
85+
/** Holds if this node is a source node of kind `kind`. */
8686
predicate isSource(string kind, string model) {
8787
this.getSummaryNode().(FlowSummaryImpl::Private::SourceOutputNode).isEntry(kind, model)
8888
}
8989

90-
/** Holds is this node is a sink node of kind `kind`. */
90+
/** Holds if this node is a sink node of kind `kind`. */
9191
predicate isSink(string kind, string model) {
9292
this.getSummaryNode().(FlowSummaryImpl::Private::SinkInputNode).isExit(kind, model)
9393
}

0 commit comments

Comments
 (0)