mirror of
https://github.com/golang/go
synced 2024-11-25 22:28:02 -07:00
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:
parent
6a05055780
commit
4c1cc1c97f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user