Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-01-05 00:33:39 -08:00 committed by GitHub
parent d4a6347310
commit a049175ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ binary octet, however their unreserved set of characters differs and
`application/x-www-form-urlencoded` adds conversion of space to `+`, `application/x-www-form-urlencoded` adds conversion of space to `+`,
that has the potential to be misunderstood. 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 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 does the work in a single pass without multiple loops. Both of these