Fix a few doc comment typos

This commit is contained in:
ahocevar
2018-05-12 19:20:27 +02:00
parent 52465df88a
commit 8657e31b00
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
* with vector features from the server, it is not meant for feature editing.
* Features are optimized for rendering, their geometries are clipped at or near
* tile boundaries and simplified for a view resolution. See
* {@link module:ol/source/VectorSource} for vector sources that are suitable for feature
* {@link module:ol/source/Vector} for vector sources that are suitable for feature
* editing.
*
* @constructor