From 56aa273e3f4f3e0023d48b123aa278f7cdf9d6d7 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Tue, 29 Nov 2011 12:58:38 -0500
Subject: [PATCH] Improve method description.

---
 lib/geocoder/lookups/base.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/geocoder/lookups/base.rb b/lib/geocoder/lookups/base.rb
index a7abe971..f3358889 100644
--- a/lib/geocoder/lookups/base.rb
+++ b/lib/geocoder/lookups/base.rb
@@ -91,7 +91,7 @@ module Geocoder
       end
 
       ##
-      # Raise exception instead of warning for specified exceptions.
+      # Raise exception if configuration specifies it should be raised.
       #
       def raise_error(error, message = nil)
         if Geocoder::Configuration.always_raise.include?(error.class)
-- 
GitLab