Making docs more clear

This commit is contained in:
ahocevar
2013-05-20 16:20:41 +02:00
parent 2b410cf2d0
commit 97d48277b5

View File

@@ -70,8 +70,7 @@ ol.extent.containsCoordinate = function(extent, coordinate) {
/**
* Checks if the passed extent is contained or on the edge of the
* extent.
* Checks if `extent2` is contained by or on the edge of `extent1`.
*
* @param {ol.Extent} extent1 Extent 1.
* @param {ol.Extent} extent2 Extent 2.