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 a017b53 commit c943d9aCopy full SHA for c943d9a
vlib/v2/types/checker.v
@@ -1765,7 +1765,7 @@ fn (mut c Checker) call_expr(expr ast.CallExpr) Type {
1765
c.env.generic_types[lhs_expr.name()] << generic_type_map
1766
}
1767
} else if lhs_expr is ast.GenericArgs {
1768
- c.error_with_pos('cannot call non generic fuction with generic argument list',
+ c.error_with_pos('cannot call non generic function with generic argument list',
1769
expr.pos)
1770
1771
0 commit comments