Skip to content

Commit af5a378

Browse files
committed
Ruby: fix typo in qldoc
1 parent 9a38e31 commit af5a378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ class CallableNode extends ExprNode {
985985
ParameterNode getBlockParameter() { this.getParameterPosition(result).isBlock() }
986986

987987
/**
988-
* Gets a `yield` in this method call or `.call` on the block parameter.
988+
* Gets a `yield` in this method or `.call` on the block parameter.
989989
*/
990990
CallNode getABlockCall() {
991991
hasYieldCall(this.getBlockParameter(), result)

0 commit comments

Comments
 (0)