Skip to content

Commit fe38e8f

Browse files
authored
Merge pull request #835 from StevenNunez/patch-1
Add a missing word to definition
2 parents 2785ca4 + 7591b4c commit fe38e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/atom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# uncoordinated, *synchronous* change of individual values. Best used when
1919
# the value will undergo frequent reads but only occasional, though complex,
2020
# updates. Suitable when the result of an update must be known immediately.
21-
# * *{Concurrent::AtomicReference}:* A simple object reference that can be
21+
# * *{Concurrent::AtomicReference}:* A simple object reference that can be updated
2222
# atomically. Updates are synchronous but fast. Best used when updates a
2323
# simple set operations. Not suitable when updates are complex.
2424
# {Concurrent::AtomicBoolean} and {Concurrent::AtomicFixnum} are similar

0 commit comments

Comments
 (0)