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.
2 parents c782b26 + 4caccf9 commit 293dac6Copy full SHA for 293dac6
lib/concurrent/tvar.rb
@@ -151,7 +151,7 @@ def abort_transaction
151
raise Transaction::AbortError.new
152
end
153
154
- # Leave a transaction without commiting or aborting - see `Concurrent::atomically`.
+ # Leave a transaction without committing or aborting - see `Concurrent::atomically`.
155
def leave_transaction
156
raise Transaction::LeaveError.new
157
0 commit comments