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>
This commit is contained in:
Jonathan Amsterdam 2024-05-16 12:26:59 -04:00
parent 6a05055780
commit 4c1cc1c97f

View 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.