From 7ebae2ba80e69018a49701da2e03494cadaf6d2a Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 26 Mar 2019 14:54:44 +0100 Subject: [PATCH] Fix typo in vector tile source docs --- src/ol/source/VectorTile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.