We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee1c58 commit b3dee2dCopy full SHA for b3dee2d
README.md
@@ -163,5 +163,7 @@ These are commonly used words in *Codecs* with their descriptions.
163
| Map | An unordered collection of fields. |
164
| List | An ordered collection of values accessible by index. |
165
| Size | An integer for the number of values in a collection. |
166
-| Too large | A collection that has too many values. |
167
-| Too small | A collection that has too few values. |
+| Too large | A map that has too many fields. |
+| Too small | A map that has too few fields. |
168
+| Too long | A list that has too many values. |
169
+| Too short | A list that has too few values. |
0 commit comments