From 339177aa3119c5de653aff7773fd05553e68719c Mon Sep 17 00:00:00 2001 From: Carlos Amedee Date: Tue, 19 Dec 2023 09:44:43 -0500 Subject: [PATCH] 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 --- doc/go1.22.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1