Skip to content

Commit 5bdfcc8

Browse files
committed
C#: Update QL doc
1 parent c13d83c commit 5bdfcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/dotnet/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Parameter extends Variable, @dotnet_parameter {
2020
/** Gets the position of this parameter, excluding the `this` parameter. */
2121
int getPosition() { this = this.getDeclaringElement().getParameter(result) }
2222

23-
/** Gets the callable defining this parameter. */
23+
/** Gets the callable defining this parameter, if any. */
2424
Callable getCallable() { result = this.getDeclaringElement() }
2525

2626
/** Gets the declaring `Parameterizable`. */

0 commit comments

Comments
 (0)