From ed165d3f9dd9383be35329a1f125f06382119d1a Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Fri, 25 Jul 2008 22:30:24 +1000 Subject: [PATCH] minor doc changes --- lib/validates_timeliness/formats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validates_timeliness/formats.rb b/lib/validates_timeliness/formats.rb index dba8294..8ebd655 100644 --- a/lib/validates_timeliness/formats.rb +++ b/lib/validates_timeliness/formats.rb @@ -4,7 +4,7 @@ module ValidatesTimeliness # construct a date, time or datetime format using predefined tokens in # a string. This makes it much easier to catalogue and customize the formats # rather than dealing directly with regular expressions. The formats are then - # compile into a regular expression for use invalidating date or time strings. + # compiled into regular expressions for use validating date or time strings. # # Formats can be added or removed to customize the set of valid date or time # string values.