diff options
author | Zachary Scott <e@zzak.io> | 2014-06-13 13:00:13 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-06-13 13:00:13 -0700 |
commit | f5ae87f8d689b474bf3e98f5014ba36ebd807367 (patch) | |
tree | eb4173c38add630a8d40ab416dcff75b4a8a6e09 /activerecord/lib/active_record | |
parent | 0ece5961738bd0704a733fcfed4b25ae697922da (diff) | |
download | rails-f5ae87f8d689b474bf3e98f5014ba36ebd807367.tar.gz rails-f5ae87f8d689b474bf3e98f5014ba36ebd807367.tar.bz2 rails-f5ae87f8d689b474bf3e98f5014ba36ebd807367.zip |
s/variable supplied/value supplied [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/errors.rb | 3 |
1 files changed, 1 insertions, 2 deletions
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 |