Skip to content

Commit 13f4d0f

Browse files
committed
Fixes typo
1 parent 03a399b commit 13f4d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/transaction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def open?
113113
!closed?
114114
end
115115

116-
# Returns true if the transaction doesn't exists or is finalized.
116+
# Returns true if the transaction doesn't exist or is finalized.
117117
def closed?
118118
@internal_transaction.nil? || @internal_transaction.state.finalized?
119119
end

0 commit comments

Comments
 (0)