[project @ 2005-01-23 13:48:19 by panne]
[haskell-directory.git] / Data / Set.hs
index 7e07fbe..4b1e3a9 100644 (file)
@@ -427,7 +427,7 @@ elems s
 {--------------------------------------------------------------------
   Lists 
 --------------------------------------------------------------------}
--- | /O(n)/. Convert the set to an ascending list of elements.
+-- | /O(n)/. Convert the set to a list of elements.
 toList :: Set a -> [a]
 toList s
   = toAscList s