aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-10 15:34:54 +0200
committerXavier Noria <fxn@hashref.com>2010-08-10 15:34:54 +0200
commitfff917e37d979fcbb4844671acbba7977c26d22a (patch)
tree19e3172b849b075d0ae24b1adb2145035c5201dd /activemodel/lib/active_model
parent2a984806ca89ac5fb64256d82fdfe318dd8c543d (diff)
downloadrails-fff917e37d979fcbb4844671acbba7977c26d22a.tar.gz
rails-fff917e37d979fcbb4844671acbba7977c26d22a.tar.bz2
rails-fff917e37d979fcbb4844671acbba7977c26d22a.zip
fixes a typo reported by rymai
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r--activemodel/lib/active_model/validations/validates.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/validates.rb b/activemodel/lib/active_model/validations/validates.rb
index 0674640925..3260e6bc5a 100644
--- a/activemodel/lib/active_model/validations/validates.rb
+++ b/activemodel/lib/active_model/validations/validates.rb
@@ -40,7 +40,7 @@ module ActiveModel
# validates :email, :presence => true, :email => true
# end
#
- # Validator classes my also exist within the class being validated
+ # Validator classes may also exist within the class being validated
# allowing custom modules of validators to be included as needed e.g.
#
# class Film