We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d3156b + 6297b7b commit 08ca8abCopy full SHA for 08ca8ab
Data/Set/Base.hs
@@ -853,7 +853,7 @@ foldlFB = foldl
853
854
-- | /O(n*log n)/. Create a set from a list of elements.
855
--
856
--- If the elemens are ordered, linear-time implementation is used,
+-- If the elements are ordered, a linear-time implementation is used,
857
-- with the performance equal to 'fromDistinctAscList'.
858
859
-- For some reason, when 'singleton' is used in fromList or in
0 commit comments