[commit: packages/containers] master: Minor typo fix in Data.Set.Base (6297b7b)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 22:12:25 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/6297b7bad0a78c34c7336c74c69b1a0f9d7f3691
>---------------------------------------------------------------
commit 6297b7bad0a78c34c7336c74c69b1a0f9d7f3691
Author: Louis Wasserman <wasserman.louis at gmail.com>
Date: Wed Mar 11 10:31:58 2015 -0700
Minor typo fix in Data.Set.Base
>---------------------------------------------------------------
6297b7bad0a78c34c7336c74c69b1a0f9d7f3691
Data/Set/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/Set/Base.hs b/Data/Set/Base.hs
index 616d0eb..02eb82c 100644
--- a/Data/Set/Base.hs
+++ b/Data/Set/Base.hs
@@ -853,7 +853,7 @@ foldlFB = foldl
-- | /O(n*log n)/. Create a set from a list of elements.
--
--- If the elemens are ordered, linear-time implementation is used,
+-- If the elements are ordered, a linear-time implementation is used,
-- with the performance equal to 'fromDistinctAscList'.
-- For some reason, when 'singleton' is used in fromList or in
More information about the ghc-commits
mailing list