Merge pull request #3873 from probins/patch-1

Correct minor typo in modifyinteraction
This commit is contained in:
Bart van den Eijnden
2015-07-06 09:36:07 +02:00

View File

@@ -176,7 +176,7 @@ ol.interaction.Modify = function(options) {
this.dragSegments_ = null;
/**
* Draw overlay where are sketch features are drawn.
* Draw overlay where sketch features are drawn.
* @type {ol.layer.Vector}
* @private
*/