Grammatical errors (#28793)

Fixed spelling errors.
This commit is contained in:
TrangNgu65
2019-03-07 16:10:17 -05:00
committed by Randell Dawson
parent a798f6fb18
commit 6ca11755a2

View File

@@ -38,7 +38,7 @@ Other important interfaces extending the collection interface are:
A collection containing only unique elements. A collection containing only unique elements.
- `Queue`: - `Queue`:
Implement the queue behaviour where elements are added only in the beginning and removed from the end. Implement the queue behavior where elements are added only in the beginning and removed from the end.
- `List`: - `List`:
This collection handles a list/sequence of objects. This collection handles a list/sequence of objects.