ALGO: fix comment

This commit is contained in:
hasufell 2015-01-12 22:44:23 +01:00
parent dde5614ae3
commit 534284bbe0
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -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]