diff --git a/src/ol/feature.js b/src/ol/feature.js index 50ab18655c..517852af30 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -170,8 +170,8 @@ ol.Feature.prototype.getGeometryName = function() { /** - * Get the feature's style. This return for this method depends on what was - * provided to the {@link ol.Feature#setStyle} method. + * Get the feature's style. Will return what was provided to the + * {@link ol.Feature#setStyle} method. * @return {ol.style.Style|Array.