From 65b1c991b18852e879df8b3c092cc286c5c087f9 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 23 Oct 2016 12:21:35 -0400 Subject: [PATCH] Small grammar fix for #26867 [ci skip] --- activerecord/lib/active_record/locking/optimistic.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/locking/optimistic.rb b/activerecord/lib/active_record/locking/optimistic.rb index 98215b1c9b..82882469e3 100644 --- a/activerecord/lib/active_record/locking/optimistic.rb +++ b/activerecord/lib/active_record/locking/optimistic.rb @@ -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 -- GitLab