Update README.md

This commit is contained in:
Carlo Alberto Ferraris
2020-04-12 15:44:39 +09:00
committed by GitHub
parent c124e4243f
commit cc963524f3
+1 -1
View File
@@ -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).