Skip to content
Snippets Groups Projects
Commit f55060a1 authored by Alex Reisner's avatar Alex Reisner
Browse files

Clarify argument description in comment.

parent 29dbc9a5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment