We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5897792 commit 9d6cec0Copy full SHA for 9d6cec0
README.md
@@ -419,7 +419,7 @@ The field should at least be `volatile` to ensure eventual visibility of concurr
419
https://wiki.sei.cmu.edu/confluence/display/java/VNA00-J.+Ensure+visibility+when+accessing+shared+primitive+variables)
420
for more details and examples.
421
422
-Even if the respective field if `volatile`, busy waiting for a condition in a loop can be abused
+Even if the respective field is `volatile`, busy waiting for a condition in a loop can be abused
423
easily and therefore should be justified in a comment: see [NB.4](#justify-busy-wait).
424
425
[Dc.10](#plain-field) also demands adding explaining comments to mutable fields which are neither
0 commit comments