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.