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

fixes a typo reported by rymai

This commit is contained in:
Xavier Noria 2010-08-10 15:34:54 +02:00
parent 2a984806ca
commit fff917e37d

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