Skip to content

Commit

Permalink
Correct a doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 20, 2009
1 parent eec401f commit 5edd5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocoding_utilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def coords

# Sends the address contained in _string_ to a geocoder, and returns a #Point object with the resulting coordinates.
#
# _String_ is assumed to be in the format output by address_for_geocoding
# _String_ is assumed to be in the format output by #Address#to_s(:geo)
# (currently <tt>"#{street}, #{city}, #{state.code}, #{zip}, #{country.code}"</tt>),
# but depending on the geocoder, other string formats are likely to work as well.
def coords_from_string(string)
Expand Down

0 comments on commit 5edd5e1

Please sign in to comment.