Skip to content

Commit b3dee2d

Browse files
committed
Expand the keywords for collection sizes
1 parent dee1c58 commit b3dee2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,7 @@ These are commonly used words in *Codecs* with their descriptions.
163163
| Map | An unordered collection of fields. |
164164
| List | An ordered collection of values accessible by index. |
165165
| 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. |
166+
| Too large | A map that has too many fields. |
167+
| 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

Comments
 (0)