diff --git a/features.md b/features.md index d772bf05..65fceb34 100644 --- a/features.md +++ b/features.md @@ -80,7 +80,7 @@ public void addElements(ObjectCollection result, String[] elements) { ``` ## containsAny -Everyone hatest comparing if 2 collections have part of each other included. +Everyone hates comparing if 2 collections have part of each other included. The solution usually requires for loops and keeping track if things were found or not. And every Java Developer had this issue at least once and wished for a clean solution. ```java