Skip to content

Commit 2b593f4

Browse files
authored
Fix haddocks of Data.IntMap.compose
1 parent 8999284 commit 2b593f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/src/Data/IntMap/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ disjoint t1@(Bin p1 l1 r1) t2@(Bin p2 l2 r2) = case treeTreeBranch p1 p2 of
812812
Compose
813813
--------------------------------------------------------------------}
814814
-- | Relate the keys of one map to the values of
815-
-- the other, by using the values of the former as keys for lookups
816-
-- in the latter.
815+
-- the other, by using the values of the latter as keys for lookups
816+
-- in the former.
817817
--
818818
-- Complexity: \( O(n * \min(m,W)) \), where \(m\) is the size of the first argument
819819
--

0 commit comments

Comments
 (0)