Correct minor typo in ol.extent.buffer docs

This commit is contained in:
Peter Robins
2014-06-21 14:01:08 +01:00
parent b6be48564c
commit dbe3729857

View File

@@ -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