From fb0cf4c1335acaffde327354078d8c0e479c8764 Mon Sep 17 00:00:00 2001 From: Steve Jorgensen <stevej@stevej.name> Date: Sun, 26 Jun 2016 04:06:51 -0700 Subject: [PATCH] Code comments: Fix SQL functions reqd. list --- lib/geocoder/sql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/geocoder/sql.rb b/lib/geocoder/sql.rb index 13b186cc..669e262c 100644 --- a/lib/geocoder/sql.rb +++ b/lib/geocoder/sql.rb @@ -4,8 +4,8 @@ module Geocoder ## # Distance calculation for use with a database that supports POWER(), - # SQRT(), PI(), and trigonometric functions SIN(), COS(), ASIN(), - # ATAN2(), DEGREES(), and RADIANS(). + # SQRT(), PI(), and trigonometric functions SIN(), COS(), ASIN(), and + # ATAN2(). # # Based on the excellent tutorial at: # http://www.scribd.com/doc/2569355/Geo-Distance-Search-with-MySQL -- GitLab