From 6ca11755a2f3e5eaf805be31699edf9466ca4e70 Mon Sep 17 00:00:00 2001 From: TrangNgu65 <43378151+TrangNgu65@users.noreply.github.com> Date: Thu, 7 Mar 2019 16:10:17 -0500 Subject: [PATCH] Grammatical errors (#28793) Fixed spelling errors. --- guide/english/java/collections/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.