From f55060a19d2f542b295cb01500fbf3058ed5db7c Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 15 Oct 2010 00:52:38 -0400 Subject: [PATCH] Clarify argument description in comment. --- lib/geocoder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geocoder.rb b/lib/geocoder.rb index d1157aa6..b38cf2e5 100644 --- a/lib/geocoder.rb +++ b/lib/geocoder.rb @@ -48,7 +48,7 @@ module Geocoder # Options hash may include: # # +units+ :: <tt>:mi</tt> (default) or <tt>:km</tt> - # +exclude+ :: exclude the given object (used by the #nearbys method) + # +exclude+ :: an object to exclude (used by the #nearbys method) # +order+ :: column(s) for ORDER BY SQL clause # +limit+ :: number of records to return (for LIMIT SQL clause) # +offset+ :: number of records to skip (for OFFSET SQL clause) -- GitLab