Skip to content

Commit

Permalink
Typo rectified commom => common[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushkhandelwal11 committed Dec 25, 2013
1 parent 11c0ef5 commit db7065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/persistence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def toggle!(attribute)
# 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
Expand Down

0 comments on commit db7065b

Please sign in to comment.