From 56668a6ec659bc2d92dcf1ebd77f757e475acbc0 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Thu, 3 Feb 2011 21:54:02 -0500
Subject: [PATCH] Improve code comment.

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

diff --git a/lib/geocoder/lookup.rb b/lib/geocoder/lookup.rb
index b594ca7e..27b88d91 100644
--- a/lib/geocoder/lookup.rb
+++ b/lib/geocoder/lookup.rb
@@ -29,7 +29,7 @@ module Geocoder
 
     ##
     # Query Google for geographic information about the given phrase.
-    # Returns a hash representing a valid geocoder response.
+    # Returns a hash representing a valid, parsed geocoder response.
     # Returns nil if non-200 HTTP response, timeout, or other error.
     #
     def search(query, reverse = false)
-- 
GitLab