From 1691d4a71f7599cb513f22fe4e1928e28e8bd177 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Sat, 21 Apr 2012 00:23:41 +0300 Subject: [PATCH] Minor API doc enhancement --- lib/OpenLayers/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index 15952ca7d1..a62ac5b88e 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -112,7 +112,7 @@ OpenLayers.Util.removeItem = function(array, item) { * obj - {*} * * Returns: - * {Integer} The index at, which the first object was found in the array. + * {Integer} The index at which the first object was found in the array. * If not found, returns -1. */ OpenLayers.Util.indexOf = function(array, obj) {