We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e900177 + 7a93c79 commit eb6b6e5Copy full SHA for eb6b6e5
README.md
@@ -23,7 +23,7 @@ newtype PatchMap k v = PatchMap { unPatchMap :: Map k (Maybe v) }
23
24
The `Maybe` around the value is used to represent insertion/updates or deletion of the element at a given key.
25
26
-It's `Patch` instance begins with:
+Its `Patch` instance begins with:
27
28
```haskell
29
instance Ord k => Patch (PatchMap k v) where
0 commit comments