From f84caca6b2d75f88da561dc953e1d44e55065c79 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 4 Jan 2023 19:23:47 -0800 Subject: [PATCH] Minor cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da4af9..8e3ac12 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ that has the potential to be misunderstood. 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 -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 compared to other solutions like the standard URLEncoder in the JDK.