Fix typo in doc

This commit is contained in:
Éric Lemoine
2015-09-23 10:13:49 +02:00
parent 0c21afc3e4
commit d0621a1949

View File

@@ -2873,7 +2873,7 @@ olx.interaction.SelectOptions.prototype.multi;
/**
* Collection where the interaction will place selected features. Optional. If
* not set the interaction will create a collection. In any case the collection
* used by the interaction is returnd by
* used by the interaction is returned by
* {@link ol.interaction.Select#getFeatures}.
* @type {ol.Collection.<ol.Feature>}
* @api