From cc963524f37244a6ba0afd6d36b3f2fd74cd9ddb Mon Sep 17 00:00:00 2001 From: Carlo Alberto Ferraris Date: Sun, 12 Apr 2020 15:44:39 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d0d5b..621766c 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ During unmarshaling, `string` field values can be optionally allocations and usage by deduplicating strings in memory, at the expense of slightly increased CPU usage. -This will work effectively only for `string` fields being decoded have frequently +This will work effectively only for `string` fields being decoded that have frequently the same value (e.g. if you have a string field that can only assume a small number of possible values).