diff --git a/src/ol/geom/linearring.js b/src/ol/geom/linearring.js index 90bb945aa8..4f08723b99 100644 --- a/src/ol/geom/linearring.js +++ b/src/ol/geom/linearring.js @@ -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