Skip to content

Commit

Permalink
Update activerecord/lib/active_record/errors.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Adrianna Chang <adrianna.chang@shopify.com>
  • Loading branch information
fxn and adrianna-chang-shopify committed Jul 24, 2023
1 parent 4dd55e8 commit b70571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ class AsynchronousQueryInsideTransactionError < ActiveRecordError
# SerializationFailure will be raised when a transaction is rolled
# back by the database due to a serialization failure.
#
# This is s subclass of TransactionRollbackError, please make sure to check
# This is a subclass of TransactionRollbackError, please make sure to check
# its documentation to be aware of its caveats.
class SerializationFailure < TransactionRollbackError
end
Expand Down

0 comments on commit b70571c

Please sign in to comment.