[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Minor typo fix in Data.Set.Base (6297b7b)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:38:15 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394
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