Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Oct 17, 2014
1 parent 1a7ddfe commit 4da4fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenLayers/Control/Graticule.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ OpenLayers.Control.Graticule = OpenLayers.Class(OpenLayers.Control, {
* minLat - {number} Minimum latitude.
* maxLat - {number} Maximum latitude.
* squaredTolerance - {number} Squared tolerance.
* extent - {OpenLayers.Geometry.Polygon} Extent.
* extentGeom - {OpenLayers.Geometry.Polygon} Extent.
* index {number} Index.
*
* Returns:
Expand Down Expand Up @@ -611,7 +611,7 @@ OpenLayers.Control.Graticule = OpenLayers.Class(OpenLayers.Control, {
* minLon - {number} Minimum longitude.
* maxLon - {number} Maximum longitude.
* squaredTolerance - {number} Squared tolerance.
* extent - {OpenLayers.Geometry.Polygon} Extent.
* extentGeom - {OpenLayers.Geometry.Polygon} Extent.
* index - {number} Index.
*
* Returns:
Expand Down

0 comments on commit 4da4fee

Please sign in to comment.