From 37a7e0a2e1bec25ad025ecef88c554abaeb56eef Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 23 Nov 2011 11:13:21 -0700 Subject: [PATCH] Revert "Forgot to include doc change" This reverts commit ccd5061c87001a5eb7cadd47343b17bc1b8afd50. --- collects/net/scribblings/url.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/scribblings/url.scrbl b/collects/net/scribblings/url.scrbl index bd0126adbf..0ed9d25aad 100644 --- a/collects/net/scribblings/url.scrbl +++ b/collects/net/scribblings/url.scrbl @@ -38,7 +38,7 @@ re-exported by @racketmodname[net/url].} [port (or/c false/c exact-nonnegative-integer?)] [path-absolute? boolean?] [path (listof path/param?)] - [query (or/c false/c (listof (cons/c symbol? (or/c false/c string?))))] + [query (listof (cons/c symbol? (or/c false/c string?)))] [fragment (or/c false/c string?)])]{ The basic structure for all URLs, which is explained in RFC 3986