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).