From 5788ce51a52e1fc5e8a2a93fd38dc2b23bcb0873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Mon, 14 Feb 2022 21:53:47 +0100 Subject: [PATCH] Fix one more link to a class page --- src/ol/Tile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/Tile.js b/src/ol/Tile.js index b9898dcee3..22ee857a53 100644 --- a/src/ol/Tile.js +++ b/src/ol/Tile.js @@ -45,7 +45,7 @@ import {easeIn} from './easing.js'; */ /** - * {@link module:ol/source/Tile~Tile} sources use a function of this type to get + * {@link module:ol/source/Tile~TileSource} sources use a function of this type to get * the url that provides a tile for a given tile coordinate. * * This function takes an {@link module:ol/tilecoord~TileCoord} for the tile