From a049175ed6fa4a76a03a3b8d76e31ed736694826 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 5 Jan 2023 00:33:39 -0800 Subject: [PATCH] Minor cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4d0bb..1fad04b 100644 --- a/README.md +++ b/README.md @@ -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