Skip to content

Commit d77b245

Browse files
committed
fix docs: dmap to map
1 parent 9ecfede commit d77b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Patch/MapWithMove.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import qualified Data.Set as Set
2525
import Data.These (These(..))
2626
import Data.Tuple
2727

28-
-- | Patch a DMap with additions, deletions, and moves. Invariant: If key @k1@
28+
-- | Patch a Map with additions, deletions, and moves. Invariant: If key @k1@
2929
-- is coming from @From_Move k2@, then key @k2@ should be going to @Just k1@,
3030
-- and vice versa. There should never be any unpaired From/To keys.
3131
newtype PatchMapWithMove k v = PatchMapWithMove (Map k (NodeInfo k v)) deriving (Show, Eq, Ord, Functor, Foldable, Traversable)

0 commit comments

Comments
 (0)