From 7631e920bca66ff4a410a7ff45dc6c67af87662d Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 15 Oct 2011 03:02:28 -0300 Subject: [PATCH] Add missing word 'one', clarify behavior of the 'semi-or-amp mode. original commit: f43405543a89b2c61ccc9174cbc5657dff832653 --- collects/net/scribblings/uri-codec.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/net/scribblings/uri-codec.scrbl b/collects/net/scribblings/uri-codec.scrbl index 17a8da688c..6429b238f4 100644 --- a/collects/net/scribblings/uri-codec.scrbl +++ b/collects/net/scribblings/uri-codec.scrbl @@ -131,8 +131,9 @@ associations in @racket[form-urlencoded->alist], The default value is @racket['amp-or-semi], which means that both @litchar{&} and @litchar{;} are treated as separators when parsing, -and @litchar{&} is used as a separator when encoding. The other modes -use/recognize only of the separators. +and @litchar{&} is used as a separator when encoding. The @racket['semi-or-amp] +mode is similar, but @litchar{;} is used when encoding. The other modes +use/recognize only one of the separators. @examples[ #:eval uri-codec-eval