Skip to content

Commit 50b2f56

Browse files
[πŸ”₯AUDITπŸ”₯] Typo fix (#100)
πŸ– _This is an audit!_ πŸ– Auditors: StevenACoffman Author: benjaminjkraft Required Reviewers: Approved By: Checks: βœ… Test (1.17), βœ… Test (1.16), βœ… Test (1.15), βœ… Test (1.14), βœ… Lint, βœ… Test (1.17), βœ… Test (1.16), βœ… Test (1.15), βœ… Test (1.14), βœ… Lint Pull Request URL: #100
1 parent c399be2 commit 50b2f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žgenerate/names.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ package generate
3131
// different types.
3232
//
3333
// One subtlety in the above description is: is the "MyType" the interface or
34-
// the impelmentation? When it's a suffix, the answer is both: we generate
34+
// the implementation? When it's a suffix, the answer is both: we generate
3535
// both MyFieldMyInterface and MyFieldMyImplementation, and the latter, in Go,
3636
// implements the former. (See docs/DESIGN.md for more.) But as an infix, we
3737
// use the type on which the field is requested. Concretely, the following

0 commit comments

Comments
Β (0)