This commit is contained in:
Tim Schaub
2013-07-05 11:48:45 -06:00
parent 99ba5a0da8
commit d482b66af3

View File

@@ -28,7 +28,7 @@ goog.inherits(ol.geom.LinearRing, ol.geom.LineString);
/**
* Determine of a vertex array representing a linear ring is in clockwise
* Determine if a vertex array representing a linear ring is in clockwise
* order.
*
* This method comes from Green's Theorem and was mentioned in an answer to a