Standardise draw/modify descriptions

This commit is contained in:
Peter Robins
2015-06-05 07:54:22 +00:00
parent bad5a97d20
commit 282fdafad7
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ goog.inherits(ol.interaction.DrawEvent, goog.events.Event);
/**
* @classdesc
* Interaction that allows drawing geometries.
* Interaction for drawing feature geometries.
*
* @constructor
* @extends {ol.interaction.Pointer}

View File

@@ -38,7 +38,7 @@ ol.interaction.SegmentDataType;
/**
* @classdesc
* Interaction for modifying vector data.
* Interaction for modifying feature geometries.
*
* @constructor
* @extends {ol.interaction.Pointer}