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

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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Carlos Amedee 2023-12-19 09:44:43 -05:00 committed by Gopher Robot
parent 52dbffeac8
commit 339177aa31

View File

@ -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. We plan to include an API migration tool in a future release, likely Go 1.23.
</p> </p>
<h3 id="enhanced_routing_patterns"</h3> <h3 id="enhanced_routing_patterns">Enhanced routing patterns</h3>
<p><!-- https://go.dev/issue/61410 --> <p><!-- https://go.dev/issue/61410 -->
HTTP routing in the standard library is now more expressive. HTTP routing in the standard library is now more expressive.