Skip to content

Commit 6403e92

Browse files
committed
fixing typos in UsingConcurrentCollections
1 parent c6a7727 commit 6403e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/br/com/leonardoz/features/collections/UsingConcurrentCollections.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public class UsingConcurrentCollections {
2929
*
3030
* - Don't throw ConcurrentModificationException
3131
*
32-
* - size() and isEmpty() can be incorrect. Don't relly on then.
32+
* - size() and isEmpty() can be incorrect. Don't rely on them.
3333
*
34-
* - Supports atomic operations, doen't neet client side locking.
34+
* - Supports atomic operations, doen't need client side locking.
3535
*
3636
* - Readers can access concurrently, and iterator have weak consistency.
3737
*

0 commit comments

Comments
 (0)