1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

s/variable supplied/value supplied [ci skip]

This commit is contained in:
Zachary Scott 2014-06-13 13:00:13 -07:00
parent 0ece596173
commit f5ae87f8d6

View file

@ -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