From: Manlio Perillo Date: Wed, 20 Dec 2023 20:02:10 +0000 (+0100) Subject: doc: fix misspelling in go1.22 release notes X-Git-Tag: go1.22rc2~8^2~22 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9c01ecce48187d7109e9d9bc8be2921c5122ae18;p=gostls13.git doc: fix misspelling in go1.22 release notes Found by codespell. Change-Id: I38254f75a8d342a48bbaf6421c681bef7a262dec Reviewed-on: https://go-review.googlesource.com/c/go/+/551955 Reviewed-by: Jonathan Amsterdam Reviewed-by: Cherry Mui Run-TryBot: Jes Cok TryBot-Result: Gopher Robot --- diff --git a/doc/go1.22.html b/doc/go1.22.html index 5aa0a3f54d..96c092f853 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -404,7 +404,7 @@ We plan to include an API migration tool in a future release, likely Go 1.23.

- This change breaks backwards compatiblity in small ways, some obvious—patterns with "{" and "}" behave differently— + This change breaks backwards compatibility in small ways, some obvious—patterns with "{" and "}" behave differently— and some less so—treatment of escaped paths has been improved. The change is controlled by a GODEBUG field named httpmuxgo121. Set httpmuxgo121=1 to restore the old behavior. @@ -952,7 +952,7 @@ We plan to include an API migration tool in a future release, likely Go 1.23.

The syscall package has been frozen since Go 1.4 and was marked as deprecated in Go 1.11, causing many editors to warn about any use of the package. However, some non-deprecated functionality requires use of the syscall package, such as the os/exec.Cmd.SysProcAttr field. - To avoid unnecesary complaints on such code, the syscall package is no longer marked as deprecated. + To avoid unnecessary complaints on such code, the syscall package is no longer marked as deprecated. The package remains frozen to most new functionality, and new code remains encouraged to use golang.org/x/sys/unix or golang.org/x/sys/windows where possible.