We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd55e8 commit b70571cCopy full SHA for b70571c
activerecord/lib/active_record/errors.rb
@@ -511,7 +511,7 @@ class AsynchronousQueryInsideTransactionError < ActiveRecordError
511
# SerializationFailure will be raised when a transaction is rolled
512
# back by the database due to a serialization failure.
513
#
514
- # This is s subclass of TransactionRollbackError, please make sure to check
+ # This is a subclass of TransactionRollbackError, please make sure to check
515
# its documentation to be aware of its caveats.
516
class SerializationFailure < TransactionRollbackError
517
end
0 commit comments