Skip to content

Commit 6dc1087

Browse files
argumatronictreeowl
authored andcommitted
fix typo disjoin
1 parent fd1a7d3 commit 6dc1087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Set/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ instance Monoid (MergeSet a) where
17441744
mappend (MergeSet xs) (MergeSet ys) = MergeSet (merge xs ys)
17451745
#endif
17461746

1747-
-- | Calculate the disjoin union of two sets.
1747+
-- | Calculate the disjoint union of two sets.
17481748
--
17491749
-- @ disjointUnion xs ys = map Left xs ``union`` map Right ys @
17501750
--

0 commit comments

Comments
 (0)