diff --git a/src/ol/format/gml/gml3format.js b/src/ol/format/gml/gml3format.js index ed9c0bba6f..8c8a02c638 100644 --- a/src/ol/format/gml/gml3format.js +++ b/src/ol/format/gml/gml3format.js @@ -1343,7 +1343,7 @@ ol.format.GML.prototype.writeFeatures; * Encode an array of features in the GML 3.1.1 format as an XML node. * * @function - * @param {ol.Feature} feature Feature. + * @param {Array.} features Features. * @param {olx.format.WriteOptions=} opt_options Options. * @return {Node} Node. * @api