Ruby: fix typo in qldoc

This commit is contained in:
Asger F
2022-11-07 09:20:35 +01:00
parent 9a38e31baa
commit af5a378572

View File

@@ -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)