We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874dc83 commit 9fc0dc5Copy full SHA for 9fc0dc5
go/ql/lib/semmle/go/Scopes.qll
@@ -472,7 +472,7 @@ class Function extends ValueEntity, @functionobject {
472
/** Gets a parameter of this function. */
473
Parameter getAParameter() { result = this.getParameter(_) }
474
475
- /** Gets the `i`th reslt variable of this function. */
+ /** Gets the `i`th result variable of this function. */
476
ResultVariable getResult(int i) { result.isResultOf(this.getFuncDecl(), i) }
477
478
/** Gets a result variable of this function. */
0 commit comments