Forgot to include doc change

This commit is contained in:
Jay McCarthy 2011-11-23 10:36:03 -07:00
parent 7f9818bb3e
commit ccd5061c87

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