mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Ruby: fix typo in qldoc
This commit is contained in:
@@ -985,7 +985,7 @@ class CallableNode extends ExprNode {
|
||||
ParameterNode getBlockParameter() { this.getParameterPosition(result).isBlock() }
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
CallNode getABlockCall() {
|
||||
hasYieldCall(this.getBlockParameter(), result)
|
||||
|
||||
Reference in New Issue
Block a user