diff --git a/src/ol/source/VectorTile.js b/src/ol/source/VectorTile.js index 112274e30f..c834e5b998 100644 --- a/src/ol/source/VectorTile.js +++ b/src/ol/source/VectorTile.js @@ -49,8 +49,8 @@ import {equals} from '../array.js'; * tile.setFeatures(features); * }); * }); - * } - * }); + * }); + * } * ``` * @property {import("../Tile.js").UrlFunction} [tileUrlFunction] Optional function to get tile URL given a tile coordinate and the projection. * @property {string} [url] URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders.