Update activerecord/lib/active_record/transaction.rb

Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
This commit is contained in:
Xavier Noria 2024-06-18 13:02:32 +02:00 committed by GitHub
parent f8ee9ebb66
commit 0ec6f23197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module ActiveRecord
# Class specifies the interface to interact with the current transaction state.
#
# It can either map to an actual transaction/savepoint, or represent the
# abscence of a transaction.
# absence of a transaction.
#
# == State
#