Skip to content

Commit 1be2891

Browse files
committed
Minor doc change
1 parent b5001ed commit 1be2891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/HashMap.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ foreign import traverseWithIndexPurs :: forall k v w m. (forall a. a -> m a) ->
129129
-- | This newtype provides a `Semigroup` instance for `HashMap k v`
130130
-- | which delegates to the `Semigroup v` instance of elements.
131131
-- |
132-
-- | This is part of the following migration process:
132+
-- | We are currently in step 1 of the following migration process:
133133
-- | 1. Add `SemigroupHashMap` with the new `Semigroup` instance and remove old instance from `HashMap`.
134134
-- |
135135
-- | The new instance uses `unionWith append` instead of `union`.

0 commit comments

Comments
 (0)