We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a7727 commit 6403e92Copy full SHA for 6403e92
src/main/java/br/com/leonardoz/features/collections/UsingConcurrentCollections.java
@@ -29,9 +29,9 @@ public class UsingConcurrentCollections {
29
*
30
* - Don't throw ConcurrentModificationException
31
32
- * - size() and isEmpty() can be incorrect. Don't relly on then.
+ * - size() and isEmpty() can be incorrect. Don't rely on them.
33
34
- * - Supports atomic operations, doen't neet client side locking.
+ * - Supports atomic operations, doen't need client side locking.
35
36
* - Readers can access concurrently, and iterator have weak consistency.
37
0 commit comments