From 4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Thu, 16 May 2024 12:26:59 -0400 Subject: [PATCH] doc/next/64910.md: reword release note Change-Id: I41a01dd2bcaf5716703946bad42830d4e8095c11 Reviewed-on: https://go-review.googlesource.com/c/go/+/586136 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- doc/next/6-stdlib/99-minor/net/http/64910.md | 4 ++-- 1 file 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 78b13fb711c..28452ee9327 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.