Fix typo, add test

This commit is contained in:
Andreas Hocevar
2021-04-01 08:38:29 +02:00
parent a01893b275
commit 59d686d104
2 changed files with 13 additions and 1 deletions

View File

@@ -653,7 +653,7 @@ class VectorSource extends Source {
}
/**
* Get all snapshot of the features currently on the source in random order. The returned array
* Get a snapshot of the features currently on the source in random order. The returned array
* is a copy, the features are references to the features in the source.
* @return {Array<import("../Feature.js").default<Geometry>>} Features.
* @api