]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next/64910.md: reword release note
authorJonathan Amsterdam <jba@google.com>
Thu, 16 May 2024 16:26:59 +0000 (12:26 -0400)
committerJonathan Amsterdam <jba@google.com>
Thu, 16 May 2024 16:44:13 +0000 (16:44 +0000)
Change-Id: I41a01dd2bcaf5716703946bad42830d4e8095c11
Reviewed-on: https://go-review.googlesource.com/c/go/+/586136
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/next/6-stdlib/99-minor/net/http/64910.md

index 78b13fb711c74f7cd8455ec9f620d4c2e2616562..28452ee9327a386b986fa6b38732cdc7c0edb78c 100644 (file)
@@ -1,2 +1,2 @@
-The patterns used by [ServeMux] allow multiple spaces matching
-regexp '[ \t]+'.
+The patterns used by [ServeMux] now allow one or more spaces or tabs after the method name.
+Previously, only a single space was permitted.