From e3cdda977892a52fc7a05f7b5bc2bf805f78cd83 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Thu, 30 Apr 2015 10:19:16 -0400 Subject: [PATCH] ugh another comment fix --- sanitiser/_geo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanitiser/_geo.js b/sanitiser/_geo.js index 753edbae..cf1f0a5e 100644 --- a/sanitiser/_geo.js +++ b/sanitiser/_geo.js @@ -35,7 +35,7 @@ module.exports = function sanitize( req, latlon_is_required ){ /** * Parse and validate bbox parameter * bbox = bottom_left lon, bottom_left lat, top_right lon, top_right lat - * bbox = bottom, left, top, right + * bbox = left, bottom, right, top * bbox = min Longitude, min Latitude, max Longitude, max Latitude * * @param {object} clean