Correct docs for createRegularPolygon() function

This commit is contained in:
Tim Schaub
2016-10-16 15:50:07 -06:00
parent 1e6c4472b2
commit ec1ad89338

View File

@@ -732,7 +732,7 @@ ol.interaction.Draw.prototype.updateState_ = function() {
/**
* Create a `geometryFunction` for `mode: 'Circle'` that will create a regular
* Create a `geometryFunction` for `type: 'Circle'` that will create a regular
* polygon with a user specified number of sides and start angle instead of an
* `ol.geom.Circle` geometry.
* @param {number=} opt_sides Number of sides of the regular polygon. Default is