Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-01-04 19:23:47 -08:00 committed by GitHub
parent 9c3e68bb44
commit f84caca6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ that has the potential to be misunderstood.
This class encodes with rules that will be decoded correctly in either case. This class 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
optimizations have a significantly beneficial impact on performance of encoding optimizations have a significantly beneficial impact on performance of encoding
compared to other solutions like the standard URLEncoder in the JDK. compared to other solutions like the standard URLEncoder in the JDK.