Skip to content

Commit

Permalink
Merge pull request #1402 from mostynb/fix_typo
Browse files Browse the repository at this point in the history
Fix 'repetetive' typo
  • Loading branch information
meatballhat committed May 24, 2022
2 parents 5ff4e2a + eecfd00 commit 12a4c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Expand Up @@ -85,7 +85,7 @@ step.
#### generated code

A significant portion of the project's source code is generated, with the goal being to
eliminate repetetive maintenance where other type-safe abstraction is impractical or
eliminate repetitive maintenance where other type-safe abstraction is impractical or
impossible with Go versions `< 1.18`. In a future where the eldest Go version supported is
`1.18.x`, there will likely be efforts to take advantage of
[generics](https://go.dev/doc/tutorial/generics).
Expand Down

0 comments on commit 12a4c54

Please sign in to comment.