We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a38e31 commit af5a378Copy full SHA for af5a378
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -985,7 +985,7 @@ class CallableNode extends ExprNode {
985
ParameterNode getBlockParameter() { this.getParameterPosition(result).isBlock() }
986
987
/**
988
- * Gets a `yield` in this method call or `.call` on the block parameter.
+ * Gets a `yield` in this method or `.call` on the block parameter.
989
*/
990
CallNode getABlockCall() {
991
hasYieldCall(this.getBlockParameter(), result)
0 commit comments