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:
commit
ed072bd5cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue