aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Daniels <eric@erdaniels.com>2021-11-02 21:30:12 +0000
committerIan Lance Taylor <iant@golang.org>2021-11-02 21:37:08 +0000
commit7f0d06cf9c87b4560233b57974f23d428bff6ba8 (patch)
treec86da246bc97d0043b9c5c60a587ee1f14312c7a
parent085be81a9fc2544827260228ae0fbd7937a247f1 (diff)
downloadgo-x-proposal-7f0d06cf9c87b4560233b57974f23d428bff6ba8.tar.xz
design/43651-type-parameters: fix typo
Change-Id: I3f8e9b0b4654c0130b22d2ca8024b85688218f15 GitHub-Last-Rev: 6188088ecd0ec22ecae470615e87ece2e3bca397 GitHub-Pull-Request: golang/proposal#37 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/360609 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--design/43651-type-parameters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/43651-type-parameters.md b/design/43651-type-parameters.md
index 89b78cf..64f29ea 100644
--- a/design/43651-type-parameters.md
+++ b/design/43651-type-parameters.md
@@ -1443,7 +1443,7 @@ followed:
* Apply function type inference using typed arguments.
* Apply constraint type inference again.
* Apply function type inference using the default types of any
- remainint untyped arguments.
+ remaining untyped arguments.
* Apply constraint type inference again.
##### Element constraint example