1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #13482 from aayushkhandelwal11/typo

Typo rectified commom => common[ci skip]
This commit is contained in:
Arun Agrawal 2013-12-25 05:00:24 -08:00
commit ed072bd5cb

View file

@ -361,7 +361,7 @@ module ActiveRecord
# assert_equal 25, account.credit # check it is updated in memory
# assert_equal 25, account.reload.credit # check it is also persisted
#
# Another commom use case is optimistic locking handling:
# Another common use case is optimistic locking handling:
#
# def with_optimistic_retry
# begin