From f8824fa4b05e835bcf5e0dd7d2bb616f7e40211a Mon Sep 17 00:00:00 2001 From: "Jesse F. LaRue" Date: Fri, 25 Jul 2014 14:19:53 -0700 Subject: [PATCH] Correct typo in documentation corrected homonym error. --- src/ol/interaction/drawinteraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/drawinteraction.js b/src/ol/interaction/drawinteraction.js index efef4bb5a7..dc742cae4c 100644 --- a/src/ol/interaction/drawinteraction.js +++ b/src/ol/interaction/drawinteraction.js @@ -177,7 +177,7 @@ ol.interaction.Draw = function(options) { this.squaredClickTolerance_ = 4; /** - * Draw overlay where are sketch features are drawn. + * Draw overlay where our sketch features are drawn. * @type {ol.FeatureOverlay} * @private */