diff --git a/src/ol/format/Feature.js b/src/ol/format/Feature.js index f04ac2b87c..f58a68f3f1 100644 --- a/src/ol/format/Feature.js +++ b/src/ol/format/Feature.js @@ -125,7 +125,7 @@ FeatureFormat.prototype.getLastExtent = function() { /** * @abstract - * @return {ol.format.FormatType} Format. + * @return {module:ol/format/FormatType~FormatType} Format. */ FeatureFormat.prototype.getType = function() {};