aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/numericality.rb
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2017-02-15 17:36:39 -0500
committerGitHub <noreply@github.com>2017-02-15 17:36:39 -0500
commit6dccceef9c888e7e8a2cdcd46cd896eff75d64d9 (patch)
treeceea9b283984f7d9d39666ea203c8714104a8ff6 /activemodel/lib/active_model/validations/numericality.rb
parenta9231d56e4a6fcbfe39518f60239d305a8a80363 (diff)
parentd57356bd5ad0d64ed3fb530d722f32107ea60cdf (diff)
downloadrails-6dccceef9c888e7e8a2cdcd46cd896eff75d64d9.tar.gz
rails-6dccceef9c888e7e8a2cdcd46cd896eff75d64d9.tar.bz2
rails-6dccceef9c888e7e8a2cdcd46cd896eff75d64d9.zip
Merge pull request #28026 from Sen-Zhang/fix_some_typos_in_comments
Change ActiveModel::Validation to ActiveModel::Validations in comments
Diffstat (limited to 'activemodel/lib/active_model/validations/numericality.rb')
-rw-r--r--activemodel/lib/active_model/validations/numericality.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/numericality.rb b/activemodel/lib/active_model/validations/numericality.rb
index 2297faaee5..4bfc402069 100644
--- a/activemodel/lib/active_model/validations/numericality.rb
+++ b/activemodel/lib/active_model/validations/numericality.rb
@@ -134,7 +134,7 @@ module ActiveModel
#
# There is also a list of default options supported by every validator:
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+ .
- # See <tt>ActiveModel::Validation#validates</tt> for more information
+ # See <tt>ActiveModel::Validations#validates</tt> for more information
#
# The following checks can also be supplied with a proc or a symbol which
# corresponds to a method: