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.
1 parent 1d3156b commit 6297b7bCopy full SHA for 6297b7b
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