From 55e88bf64f11dfbab956eb077f8572ba7191e128 Mon Sep 17 00:00:00 2001 From: Mostyn Bramley-Moore Date: Mon, 23 May 2022 08:06:57 +0200 Subject: [PATCH] Fix 'repetetive' typo --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7e80bdbf13..b0d9bfc82b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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).