From 97d48277b5e5ff6e0021c0f3d669832f0ce3a2b3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 20 May 2013 16:20:41 +0200 Subject: [PATCH] Making docs more clear --- src/ol/extent.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ol/extent.js b/src/ol/extent.js index dee6c57968..dc937c2df2 100644 --- a/src/ol/extent.js +++ b/src/ol/extent.js @@ -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.