Skip to content

Commit 40eacdf

Browse files
committed
Correct terminology of TVar isolation.
1 parent 983db3c commit 40eacdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/tvar_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module Concurrent
127127
end
128128
end
129129

130-
it 'provides strong isolation' do
130+
it 'is implemented with lazy writes' do
131131
t = TVar.new(0)
132132

133133
a = CountDownLatch.new

0 commit comments

Comments
 (0)