diff --git a/guide/english/java/collections/index.md b/guide/english/java/collections/index.md index 974859d8a98..389b629a1b3 100644 --- a/guide/english/java/collections/index.md +++ b/guide/english/java/collections/index.md @@ -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.