Skip to content
Snippets Groups Projects
Commit 53b49fbe authored by Derek Kniffin's avatar Derek Kniffin
Browse files

Fix Geocoder::Calculations.endpoint comment

I just spent a few hours trying to get this function to work, then realized I had my parameters in the wrong order. I was following the order listed in the comment, rather than the actual method definition! *facepalm* Anyhow, this fixes the comment, for the next person to read it.
parent 971a719f
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ module Geocoder
end
##
# Given a start point, distance, and heading (in degrees), provides
# Given a start point, heading (in degrees), and distance provides
# an endpoint.
# The starting point is given in the same way that points are given to all
# Geocoder methods that accept points as arguments. It can be:
......
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