From d482b66af300a1fc78bae23c430d152a3e701036 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 5 Jul 2013 11:48:45 -0600 Subject: [PATCH] Doc typo --- src/ol/geom/linearring.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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