From 0ec6f23197c0c79e97e945e83fc2482c5dc5afd8 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 18 Jun 2024 13:02:32 +0200 Subject: [PATCH] Update activerecord/lib/active_record/transaction.rb Co-authored-by: Jean byroot Boussier --- activerecord/lib/active_record/transaction.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/transaction.rb b/activerecord/lib/active_record/transaction.rb index 62ad84372d3..03444f6df09 100644 --- a/activerecord/lib/active_record/transaction.rb +++ b/activerecord/lib/active_record/transaction.rb @@ -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 #