Forgot to include doc change

original commit: ccd5061c87
This commit is contained in:
Jay McCarthy 2011-11-23 10:36:03 -07:00
parent 26326b6235
commit 02759a74df

View File

@ -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 (listof (cons/c symbol? (or/c false/c string?)))]
[query (or/c false/c (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