Small grammar fix for #26867

[ci skip]
This commit is contained in:
Jon Moss 2016-10-23 12:21:35 -04:00
parent a3ce625c76
commit 65b1c991b1

@ -47,7 +47,8 @@ module Locking
# self.locking_column = :lock_person
# end
#
# Note that, optimistic locking will be ignored if you update the locking column value.
# Please note that the optimistic locking will be ignored if you update the
# locking column's value.
module Optimistic
extend ActiveSupport::Concern