From 50237086a4c7e210a26bad0ab4bc10c6128576ef Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 6 Apr 2007 16:41:22 +0000 Subject: [PATCH] small documentation update #644 git-svn-id: http://svn.openlayers.org/trunk/openlayers@3028 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Tile/WFS.js b/lib/OpenLayers/Tile/WFS.js index 2c63ce97de..96db94685c 100644 --- a/lib/OpenLayers/Tile/WFS.js +++ b/lib/OpenLayers/Tile/WFS.js @@ -24,7 +24,7 @@ OpenLayers.Tile.WFS.prototype = * @param {OpenLayers.Layer} layer * @param {OpenLayers.Pixel} position * @param {OpenLayers.Bounds} bounds - * @param {Array} urls + * @param {String} url * @param {OpenLayers.Size} size */ initialize: function(layer, position, bounds, url, size) {