Skip to content

Commit

Permalink
[πŸ”₯AUDITπŸ”₯] Typo fix (#100)
Browse files Browse the repository at this point in the history
πŸ– _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
  • Loading branch information
benjaminjkraft authored Sep 16, 2021
1 parent c399be2 commit 50b2f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package generate
// different types.
//
// One subtlety in the above description is: is the "MyType" the interface or
// the impelmentation? When it's a suffix, the answer is both: we generate
// the implementation? When it's a suffix, the answer is both: we generate
// both MyFieldMyInterface and MyFieldMyImplementation, and the latter, in Go,
// implements the former. (See docs/DESIGN.md for more.) But as an infix, we
// use the type on which the field is requested. Concretely, the following
Expand Down

0 comments on commit 50b2f56

Please sign in to comment.