fixes a typo reported by rymai

This commit is contained in:
Xavier Noria
2010-08-10 15:34:54 +02:00
parent 5859f5eee1
commit b2eaac24c3

View File

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