From 534284bbe0fdcb9dc52356351a8b4daa3118ff95 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 12 Jan 2015 22:44:23 +0100 Subject: [PATCH] ALGO: fix comment --- Algorithms/PolygonTriangulation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algorithms/PolygonTriangulation.hs b/Algorithms/PolygonTriangulation.hs index 69bc042..acbd354 100644 --- a/Algorithms/PolygonTriangulation.hs +++ b/Algorithms/PolygonTriangulation.hs @@ -106,7 +106,7 @@ isYmonotone poly = $ classifyList poly --- |Partition P in y-monotone pieces. +-- |Partition P into y-monotone pieces. monotonePartitioning :: [PT] -> [[PT]] monotonePartitioning pts | isYmonotone pts = [pts]