geez, fix readme typo

This commit is contained in:
Adam Meehan 2009-12-11 16:36:35 +11:00
parent 7f1ed79a89
commit f8b9f72693

View File

@ -63,7 +63,7 @@ The validation methods take the usual options plus some specific ones to restric
the valid range of dates or times allowed the valid range of dates or times allowed
Temporal options (or restrictions): Temporal options (or restrictions):
:as_at - Attribute must be equal to value to be valid :is_at - Attribute must be equal to value to be valid
:before - Attribute must be before this value to be valid :before - Attribute must be before this value to be valid
:on_or_before - Attribute must be equal to or before this value to be valid :on_or_before - Attribute must be equal to or before this value to be valid
:after - Attribute must be after this value to be valid :after - Attribute must be after this value to be valid