Skip to content

Commit

Permalink
Minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
fehrenbach committed Aug 27, 2021
1 parent b5001ed commit 1be2891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/HashMap.purs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ foreign import traverseWithIndexPurs :: forall k v w m. (forall a. a -> m a) ->
-- | This newtype provides a `Semigroup` instance for `HashMap k v`
-- | which delegates to the `Semigroup v` instance of elements.
-- |
-- | This is part of the following migration process:
-- | We are currently in step 1 of the following migration process:
-- | 1. Add `SemigroupHashMap` with the new `Semigroup` instance and remove old instance from `HashMap`.
-- |
-- | The new instance uses `unionWith append` instead of `union`.
Expand Down

0 comments on commit 1be2891

Please sign in to comment.