aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2024-03-01 18:27:48 +0000
committerGopher Robot <gobot@golang.org>2024-03-04 17:31:32 +0000
commit9853da523e72c91ab90b6b5d1ca0baa3fc646be4 (patch)
tree08b3bf87e25ac38b170a2b8bf27093a988a014dc /doc
parent8e25f98ba29ae9f11729503d23dada0e24e9bcac (diff)
downloadgo-9853da523e72c91ab90b6b5d1ca0baa3fc646be4.tar.gz
go-9853da523e72c91ab90b6b5d1ca0baa3fc646be4.zip
doc: fix typo of gotypesalias
Change-Id: I943a7794dab919b7377661a4b9e2e1d9865f2922 GitHub-Last-Rev: 2a66fce2734bc453651c22968e2d55e157885398 GitHub-Pull-Request: golang/go#66063 Reviewed-on: https://go-review.googlesource.com/c/go/+/568495 Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/godebug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/godebug.md b/doc/godebug.md
index a7619c9a3d..184bae4932 100644
--- a/doc/godebug.md
+++ b/doc/godebug.md
@@ -148,7 +148,7 @@ for the explicit representation of [type aliases](/ref/spec#Type_declarations).
Whether the type checker produces `Alias` types or not is controlled by the
[`gotypesalias` setting](/pkg/go/types#Alias).
For Go 1.22 it defaults to `gotypesalias=0`.
-For Go 1.23, `gotypealias=1` will become the default.
+For Go 1.23, `gotypesalias=1` will become the default.
This setting will be removed in a future release, Go 1.24 at the earliest.
Go 1.22 changed the default minimum TLS version supported by both servers