Skip to content

Commit 9fc0dc5

Browse files
committed
Fix typo in unrelated QLDoc
1 parent 874dc83 commit 9fc0dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/Scopes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class Function extends ValueEntity, @functionobject {
472472
/** Gets a parameter of this function. */
473473
Parameter getAParameter() { result = this.getParameter(_) }
474474

475-
/** Gets the `i`th reslt variable of this function. */
475+
/** Gets the `i`th result variable of this function. */
476476
ResultVariable getResult(int i) { result.isResultOf(this.getFuncDecl(), i) }
477477

478478
/** Gets a result variable of this function. */

0 commit comments

Comments
 (0)