1
0
mirror of https://github.com/golang/go synced 2024-09-29 01:14:29 -06:00

doc/go_spec.html: s/adjustements/adjustments

This commit is contained in:
Jes Cok 2024-01-05 18:12:39 +08:00
parent 8db131082d
commit 8eced8db56

View File

@ -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>