diff --git a/src/ol/map.js b/src/ol/map.js index be7e9bc8c9..da33c8fe96 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -433,7 +433,7 @@ ol.Map.prototype.freezeRendering = function() { /** - * Returns the map pixel position for a a browser event. + * Returns the geographical coordinate for a browser event. * @param {Event} event Event. * @return {ol.Coordinate} Coordinate. */ @@ -443,7 +443,7 @@ ol.Map.prototype.getEventCoordinate = function(event) { /** - * Returns the geographical coordinate for a browser event. + * Returns the map pixel position for a browser event. * @param {Event} event Event. * @return {ol.Pixel} Pixel. */