aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Amedee <carlos@golang.org>2023-12-19 09:44:43 -0500
committerGopher Robot <gobot@golang.org>2023-12-19 15:13:06 +0000
commit339177aa3119c5de653aff7773fd05553e68719c (patch)
treeaa2f8bec23f10b940a01e92b7f28fd6d898c147e
parent52dbffeac86863e1e0c9455b5b216ec50c828946 (diff)
downloadgo-339177aa3119c5de653aff7773fd05553e68719c.tar.gz
go-339177aa3119c5de653aff7773fd05553e68719c.zip
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>
-rw-r--r--doc/go1.22.html2
1 files changed, 1 insertions, 1 deletions
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.
</p>
-<h3 id="enhanced_routing_patterns"</h3>
+<h3 id="enhanced_routing_patterns">Enhanced routing patterns</h3>
<p><!-- https://go.dev/issue/61410 -->
HTTP routing in the standard library is now more expressive.