From: Carlos Amedee Date: Tue, 19 Dec 2023 14:44:43 +0000 (-0500) Subject: doc: typo fix for net/http.ServeMux X-Git-Tag: go1.22rc1~1^2~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=339177aa3119c5de653aff7773fd05553e68719c;p=gostls13.git doc: typo fix for net/http.ServeMux Updates #61422 Change-Id: I2d86863db70792122b5168935e76d9ca38f761b7 Reviewed-on: https://go-review.googlesource.com/c/go/+/551256 LUCI-TryBot-Result: Go LUCI Reviewed-by: Than McIntosh Auto-Submit: Carlos Amedee --- diff --git a/doc/go1.22.html b/doc/go1.22.html index c2bcef3053..3722dfbcc0 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -359,7 +359,7 @@ and the Go runtime also use ChaCha8 for randomness. We plan to include an API migration tool in a future release, likely Go 1.23.

-

+

Enhanced routing patterns

HTTP routing in the standard library is now more expressive.