From 89d6d4ac14e579d9e112b20f6c989ba6fd03fc63 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Fri, 11 Jul 2008 16:37:02 +1000 Subject: [PATCH] doc tweak --- lib/validates_timeliness/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validates_timeliness/attribute_methods.rb b/lib/validates_timeliness/attribute_methods.rb index 169a485..9b786f9 100644 --- a/lib/validates_timeliness/attribute_methods.rb +++ b/lib/validates_timeliness/attribute_methods.rb @@ -93,7 +93,7 @@ module ValidatesTimeliness evaluate_attribute_method attr_name, method_body, "#{attr_name}=" end - # Define time attribute reader. If reload is true then check if cached, + # Define time attribute reader. If reloading then check if cached, # which means its in local time. If local, do strict type cast as local # timezone, otherwise use read_attribute method for quick default type # cast of values from database using default timezone.