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:
parent
2a984806ca
commit
fff917e37d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue