From 555748fac949c7a03518a6431c3e3a159bcdd275 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Fri, 25 Jul 2008 21:52:18 +1000 Subject: [PATCH] minor doc tweak --- lib/validates_timeliness/validations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validates_timeliness/validations.rb b/lib/validates_timeliness/validations.rb index 396f623..0de9af4 100644 --- a/lib/validates_timeliness/validations.rb +++ b/lib/validates_timeliness/validations.rb @@ -112,7 +112,7 @@ module ValidatesTimeliness private # Validate value against the temporal restrictions. Restriction values - # maybe of mixed type, so the are evaluated as a common type, which may + # maybe of mixed type, so they are evaluated as a common type, which may # require conversion. The type used is defined by validation type. def validate_timeliness_restrictions(record, attr_name, value, configuration) restriction_methods = {:before => '<', :after => '>', :on_or_before => '<=', :on_or_after => '>='}