diff options
| author | Eric Daniels <eric@erdaniels.com> | 2021-11-02 21:30:12 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2021-11-02 21:37:08 +0000 |
| commit | 7f0d06cf9c87b4560233b57974f23d428bff6ba8 (patch) | |
| tree | c86da246bc97d0043b9c5c60a587ee1f14312c7a | |
| parent | 085be81a9fc2544827260228ae0fbd7937a247f1 (diff) | |
| download | go-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.md | 2 |
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 |
