aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-06-23 17:55:37 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-06-23 17:55:37 +0200
commite09129c94c382650987d1005f3e2741b60bfa0d6 (patch)
treeb0efc1acdffd34b709a3b9cf7779563c34ee544a /activemodel
parent707144a31e19a3d6c1cb237d4cb74cefa0124296 (diff)
downloadrails-e09129c94c382650987d1005f3e2741b60bfa0d6.tar.gz
rails-e09129c94c382650987d1005f3e2741b60bfa0d6.tar.bz2
rails-e09129c94c382650987d1005f3e2741b60bfa0d6.zip
A few documentation fixes [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/validations/length.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/length.rb b/activemodel/lib/active_model/validations/length.rb
index 2ea740b56b..fb33342d30 100644
--- a/activemodel/lib/active_model/validations/length.rb
+++ b/activemodel/lib/active_model/validations/length.rb
@@ -98,7 +98,7 @@ module ActiveModel
module HelperMethods
- # Validates that the specified attribute matches the length restrictions
+ # Validates that the specified attributes match the length restrictions
# supplied. Only one option can be used at a time:
#
# class Person < ActiveRecord::Base