Grammatical errors (#28793)

Fixed spelling errors.
pull/28167/head^2
TrangNgu65 2019-03-07 16:10:17 -05:00 committed by Randell Dawson
parent a798f6fb18
commit 6ca11755a2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Other important interfaces extending the collection interface are:
A collection containing only unique elements.
- `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`:
This collection handles a list/sequence of objects.