Skip to content

Commit 32e7b53

Browse files
committed
Fix typos
1 parent 7c034ea commit 32e7b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/br/com/leonardoz/features/java_memory_model/WhatIsJavaMemoryModel.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* == Reordering ==
1414
*
1515
* When data is shared across threads, there's not so much guarantees on the
16-
* execution order by the threads, and because of the imprevisibility, it's
17-
* import to identify shared data and to use a proper synchronization mechanism
16+
* execution order by the threads, and because of the unpredictability, it's
17+
* important to identify shared data and to use a proper synchronization mechanism
1818
* to ensure order and to keep the visibility guarantees provided by the JMM.
1919
*
2020
* == Happens-Before ==

0 commit comments

Comments
 (0)