aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2024-05-16 12:26:59 -0400
committerJonathan Amsterdam <jba@google.com>2024-05-16 16:44:13 +0000
commit4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb (patch)
treec46c079e75ecbc99da5444bb6186ff8b7cb0afa2 /doc
parent6a05055780e1beef8231ab1e05ffaf5754b1e5b6 (diff)
downloadgo-4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb.tar.gz
go-4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb.zip
doc/next/64910.md: reword release note
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/net/http/64910.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/next/6-stdlib/99-minor/net/http/64910.md b/doc/next/6-stdlib/99-minor/net/http/64910.md
index 78b13fb711..28452ee932 100644
--- a/doc/next/6-stdlib/99-minor/net/http/64910.md
+++ b/doc/next/6-stdlib/99-minor/net/http/64910.md
@@ -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.