From a460987524fae8efa0eadf7682fb6d73f3167553 Mon Sep 17 00:00:00 2001 From: Mohammad Faiz Date: Sun, 31 May 2026 07:20:05 +0530 Subject: [PATCH] Editorial: fix extra space in query definition Follow-up to b11d73b which fixed the same double-space issue on the port definition but missed the query definition. --- url.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url.bs b/url.bs index 3cbd105c..e28aec48 100644 --- a/url.bs +++ b/url.bs @@ -1788,7 +1788,7 @@ is a URL path, usually identifying a location. It is initially «

A special URL's path is always a list, i.e., it is never opaque. -

A URL's query is either +

A URL's query is either null or an ASCII string. It is initially null.

A URL's fragment is either null or