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
|
||||
@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
|
||||
|
|
Loading…
Reference in New Issue
Block a user