diff --git a/src/ol/source/Source.js b/src/ol/source/Source.js index a2638e36ab..e2b50a8f6d 100644 --- a/src/ol/source/Source.js +++ b/src/ol/source/Source.js @@ -7,8 +7,8 @@ import {abstract} from '../util.js'; import {get as getProjection} from '../proj.js'; /** - * A function that returns a string or an array of strings representing source - * attributions. + * A function that takes a {@link module:ol/PluggableMap~FrameState} and returns a string or + * an array of strings representing source attributions. * * @typedef {function(import("../PluggableMap.js").FrameState): (string|Array)} Attribution */