Add missing word 'one', clarify behavior of the 'semi-or-amp mode.

original commit: f43405543a
This commit is contained in:
Rodolfo Carvalho 2011-10-15 03:02:28 -03:00 committed by Eli Barzilay
parent 8f9006e82e
commit 7631e920bc

View File

@ -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