Skip to content

Commit f0695e0

Browse files
fixing grammar
1 parent 1fa608f commit f0695e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/declNames.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func mainFuncDeclFullName() string {
4343

4444
// funcDeclFullName returns a name for a package-level function
4545
// declaration for the given instance of a function.
46-
// The name is unique except unless the function is an `init` function.
46+
// The name is unique unless the function is an `init` function.
4747
func funcDeclFullName(inst typeparams.Instance) string {
4848
return `func:` + inst.String()
4949
}

0 commit comments

Comments
 (0)