Skip to content

Commit b70571c

Browse files
Update activerecord/lib/active_record/errors.rb
Co-authored-by: Adrianna Chang <[email protected]>
1 parent 4dd55e8 commit b70571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class AsynchronousQueryInsideTransactionError < ActiveRecordError
511511
# SerializationFailure will be raised when a transaction is rolled
512512
# back by the database due to a serialization failure.
513513
#
514-
# This is s subclass of TransactionRollbackError, please make sure to check
514+
# This is a subclass of TransactionRollbackError, please make sure to check
515515
# its documentation to be aware of its caveats.
516516
class SerializationFailure < TransactionRollbackError
517517
end

0 commit comments

Comments
 (0)