Add missing word 'one', clarify behavior of the 'semi-or-amp mode.
original commit: f43405543a
This commit is contained in:
parent
8f9006e82e
commit
7631e920bc
|
@ -131,8 +131,9 @@ associations in @racket[form-urlencoded->alist],
|
||||||
|
|
||||||
The default value is @racket['amp-or-semi], which means that both
|
The default value is @racket['amp-or-semi], which means that both
|
||||||
@litchar{&} and @litchar{;} are treated as separators when parsing,
|
@litchar{&} and @litchar{;} are treated as separators when parsing,
|
||||||
and @litchar{&} is used as a separator when encoding. The other modes
|
and @litchar{&} is used as a separator when encoding. The @racket['semi-or-amp]
|
||||||
use/recognize only of the separators.
|
mode is similar, but @litchar{;} is used when encoding. The other modes
|
||||||
|
use/recognize only one of the separators.
|
||||||
|
|
||||||
@examples[
|
@examples[
|
||||||
#:eval uri-codec-eval
|
#:eval uri-codec-eval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user