From a0e771a9d25607ab71f064e737b0245fdd8e6d72 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Sat, 29 Sep 2012 10:12:34 -0400 Subject: [PATCH] Reword comment. We're talking about geography here. --- lib/geocoder/calculations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geocoder/calculations.rb b/lib/geocoder/calculations.rb index a3f1ff98..9756d035 100644 --- a/lib/geocoder/calculations.rb +++ b/lib/geocoder/calculations.rb @@ -184,7 +184,7 @@ module Geocoder end ## - # Returns coordinates of the lower-left and upper-right corners of a box + # Returns coordinates of the southwest and northeast corners of a box # with the given point at its center. The radius is the shortest distance # from the center point to any side of the box (the length of each side # is twice the radius). -- GitLab