diff --git a/src/ol/feature.js b/src/ol/feature.js index ca1619bb78..528e87ccdb 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -283,8 +283,9 @@ ol.Feature.prototype.setGeometryName = function(name) { /** - * A function that returns a style given a resolution. The `this` keyword inside - * the function references the {@link ol.Feature} to be styled. + * A function that returns an array of {@link ol.style.Style styles} given a + * resolution. The `this` keyword inside the function references the + * {@link ol.Feature} to be styled. * * @typedef {function(this: ol.Feature, number): Array.} * @api stable