Skip to content

Commit 6a06bca

Browse files
committed
f getnumresult
1 parent 0559851 commit 6a06bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/lib/semmle/go/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ class FuncTypeExpr extends @functypeexpr, TypeExpr, ScopeNode, FieldParent {
10631063
*/
10641064
ResultVariableDecl getAResultDecl() { result = this.getResultDecl(_) }
10651065

1066-
/** Gets the number of results of this function type. */
1066+
/** Gets the number of result parameters of this function type. */
10671067
int getNumResult() { result = count(this.getAResultDecl().getANameExpr()) }
10681068

10691069
/**

0 commit comments

Comments
 (0)