Skip to content

Commit

Permalink
Fix typo in unrelated QLDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Sep 18, 2024
1 parent 4aa5d1a commit 191b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ql/lib/semmle/go/Scopes.qll
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class Function extends ValueEntity, @functionobject {
/** Gets a parameter of this function. */
Parameter getAParameter() { result = this.getParameter(_) }

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

/** Gets a result variable of this function. */
Expand Down

0 comments on commit 191b487

Please sign in to comment.