From 8084e20e6458ffc1f0b7de0b0ba751ab09b66920 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 16 May 2013 10:45:25 +0200 Subject: [PATCH] Fixing typo --- src/ol/extent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/extent.js b/src/ol/extent.js index f556bec0f6..dee6c57968 100644 --- a/src/ol/extent.js +++ b/src/ol/extent.js @@ -60,7 +60,7 @@ ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) { * Checks if the passed coordinate is contained or on the edge of the extent. * * @param {ol.Extent} extent Extent. - * @param {ol.Coordinate} coordinates Coordinate. + * @param {ol.Coordinate} coordinate Coordinate. * @return {boolean} Contains. */ ol.extent.containsCoordinate = function(extent, coordinate) {