From dbe37298573cdf70a245d4d829a699010038df14 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sat, 21 Jun 2014 14:01:08 +0100 Subject: [PATCH] Correct minor typo in ol.extent.buffer docs --- 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 fc3ec13806..2e666cf201 100644 --- a/src/ol/extent.js +++ b/src/ol/extent.js @@ -68,7 +68,7 @@ ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) { /** * Return extent increased by the provided value. * @param {ol.Extent} extent Extent. - * @param {number} value The amount by wich the extent should be buffered. + * @param {number} value The amount by which the extent should be buffered. * @param {ol.Extent=} opt_extent Extent. * @return {ol.Extent} Extent. * @todo api