Skip to content

Commit 08ca8ab

Browse files
committed
Merge pull request #142 from lowasser/patch-1
Minor typo fix in Data.Set.Base
2 parents 1d3156b + 6297b7b commit 08ca8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Set/Base.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ foldlFB = foldl
853853

854854
-- | /O(n*log n)/. Create a set from a list of elements.
855855
--
856-
-- If the elemens are ordered, linear-time implementation is used,
856+
-- If the elements are ordered, a linear-time implementation is used,
857857
-- with the performance equal to 'fromDistinctAscList'.
858858

859859
-- For some reason, when 'singleton' is used in fromList or in

0 commit comments

Comments
 (0)