From 9aff8f04b5eb46cafc1062a3843e0bfa45361f0c Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Tue, 12 Sep 2023 10:37:05 -0400 Subject: [PATCH] Fix typo Co-authored-by: Benjamin Bennett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1971d1a..dbcd1c9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ application has any of the following requirements: ignored by earlier versions of consumers. This library **drops unknown attributes**, which means it is unsuitable for any application which intends to filter data or read-modify-write data which will be consumed downstream. Any application doing - this will silently drop new data from new versions. For this applicaiton, you should + this will silently drop new data from new versions. For this application, you should implement a custom decoder and encoder which preserves any unknown attributes through a round-trip.