From 0affb38890f3342954d62e902f469bc463fcfa82 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sun, 29 May 2022 14:08:44 +0100 Subject: [PATCH] Correct name in docs --- src/ol/source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source.js b/src/ol/source.js index cd2f467262..381f57f7d4 100644 --- a/src/ol/source.js +++ b/src/ol/source.js @@ -43,7 +43,7 @@ export {default as Zoomify} from './source/Zoomify.js'; * This function takes a {@link module:ol/tilecoord~TileCoord} as argument and is expected to return a * {@link module:ol/source/Source~Source}. **Note**: The returned sources should have a tile grid with * a limited set of resolutions, matching the resolution range of a single zoom level of the pyramid - * `tileGrid` that `createFromTileGrid` was called with. + * `tileGrid` that `sourcesFromTileGrid` was called with. * @return {function(import("./extent.js").Extent, number): Array} Sources function. * @api */