Minor cleanup
This commit is contained in:
parent
d4a6347310
commit
a049175ed6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ binary octet, however their unreserved set of characters differs and
|
|||
`application/x-www-form-urlencoded` adds conversion of space to `+`,
|
||||
that has the potential to be misunderstood.
|
||||
|
||||
This class encodes with rules that will be decoded correctly in either case.
|
||||
This library encodes with rules that will be decoded correctly in either case.
|
||||
|
||||
Additionally, this library allocates no memory when encoding isn't needed and
|
||||
does the work in a single pass without multiple loops. Both of these
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue