aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-01-05 10:20:03 +0000
committerGopher Robot <gobot@golang.org>2024-01-05 23:38:32 +0000
commit1ae729e6d34040a84da8ef2fc0b9781efe9b0d95 (patch)
treef14e468ca8fe3e221843186a6fc257a3ad209c45
parent8088b6db2341e6efdb9e0b0f43953ccd17fd9705 (diff)
downloadgo-1ae729e6d34040a84da8ef2fc0b9781efe9b0d95.tar.gz
go-1ae729e6d34040a84da8ef2fc0b9781efe9b0d95.zip
doc: s/adjustements/adjustments
Change-Id: I904b1adee13c63bc7d47d4325b794c1a650eb18d GitHub-Last-Rev: 8eced8db566c4dea433260f87456902542095970 GitHub-Pull-Request: golang/go#64969 Reviewed-on: https://go-review.googlesource.com/c/go/+/554255 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Jes Cok <xigua67damn@gmail.com>
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 2dd7191500..bd974b3c48 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -8468,7 +8468,7 @@ A struct or array type has size zero if it contains no fields (or elements, resp
The <a href="/doc/go1compat">Go 1 compatibility guarantee</a> ensures that
programs written to the Go 1 specification will continue to compile and run
correctly, unchanged, over the lifetime of that specification.
-More generally, as adjustements are made and features added to the language,
+More generally, as adjustments are made and features added to the language,
the compatibility guarantee ensures that a Go program that works with a
specific Go language version will continue to work with any subsequent version.
</p>