Skip to content

Commit 293dac6

Browse files
authored
Merge pull request #546 from olleolleolle/patch-2
Transaction.leave_transaction: speling in docs
2 parents c782b26 + 4caccf9 commit 293dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/tvar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def abort_transaction
151151
raise Transaction::AbortError.new
152152
end
153153

154-
# Leave a transaction without commiting or aborting - see `Concurrent::atomically`.
154+
# Leave a transaction without committing or aborting - see `Concurrent::atomically`.
155155
def leave_transaction
156156
raise Transaction::LeaveError.new
157157
end

0 commit comments

Comments
 (0)