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.
1 parent e900177 commit 7a93c79Copy full SHA for 7a93c79
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