Skip to content

Commit 16baea2

Browse files
hmacalexrford
andauthored
Ruby: doc fix
Co-authored-by: Alex Ford <[email protected]>
1 parent 33a1469 commit 16baea2

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
@@ -1002,7 +1002,7 @@ class CallableNode extends ExprNode {
10021002
/** Gets the `n`th positional parameter. */
10031003
ParameterNode getParameter(int n) { this.getParameterPosition(result).isPositional(n) }
10041004

1005-
/** Gets the number of parameters of this callable. */
1005+
/** Gets the number of positional parameters of this callable. */
10061006
final int getNumberOfParameters() { result = count(this.getParameter(_)) }
10071007

10081008
/** Gets the keyword parameter of the given name. */

0 commit comments

Comments
 (0)