diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index fa584f9332..b56997527f 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -308,8 +308,8 @@ /** * @typedef {Object} ol.layer.VectorLayerOptions - * @property {function(Array.):string| - * undefined} getTransformFeatureInfo Function to render an array of + * @property {function(Array.):string|undefined} transformFeatureInfo + * Function to render an array of * features into feature info markup. If not provided, a comma separated * list of the unique ids of the resulting features will be returned. * @property {number|undefined} opacity Opacity. 0-1. Default is 1.