From f5ae87f8d689b474bf3e98f5014ba36ebd807367 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Fri, 13 Jun 2014 13:00:13 -0700 Subject: s/variable supplied/value supplied [ci skip] --- activerecord/lib/active_record/errors.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activerecord/lib/active_record/errors.rb') diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb index 515914a6e4..52c70977ef 100644 --- a/activerecord/lib/active_record/errors.rb +++ b/activerecord/lib/active_record/errors.rb @@ -87,8 +87,7 @@ module ActiveRecord # (for example, when using +find+ method) does not match number of expected # values supplied. # - # For example, when there are two placeholders with only one variable - # supplied: + # For example, when there are two placeholders with only one value supplied: # # Location.where("lat = ? AND lng = ?", 53.7362) class PreparedStatementInvalid < ActiveRecordError -- cgit v1.2.3