diff --git a/src/ol/format/wfsformat.js b/src/ol/format/wfsformat.js index 330c900dbb..0b251f0257 100644 --- a/src/ol/format/wfsformat.js +++ b/src/ol/format/wfsformat.js @@ -547,7 +547,7 @@ ol.format.WFS.writeGetFeature_ = function(node, featureTypes, objectStack) { /** * @param {olx.format.WFSWriteGetFeatureOptions} options Options. - * @return {ArrayBuffer|Node|Object|string} Result. + * @return {Node} Result. */ ol.format.WFS.prototype.writeGetFeature = function(options) { var node = ol.xml.createElementNS('http://www.opengis.net/wfs', @@ -598,7 +598,7 @@ ol.format.WFS.prototype.writeGetFeature = function(options) { * @param {Array.