Skip to content

Commit eb6b6e5

Browse files
authored
Merge pull request #9 from reflex-frp/alexfmpe-patch-1
Fix typo
2 parents e900177 + 7a93c79 commit eb6b6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ newtype PatchMap k v = PatchMap { unPatchMap :: Map k (Maybe v) }
2323

2424
The `Maybe` around the value is used to represent insertion/updates or deletion of the element at a given key.
2525

26-
It's `Patch` instance begins with:
26+
Its `Patch` instance begins with:
2727

2828
```haskell
2929
instance Ord k => Patch (PatchMap k v) where

0 commit comments

Comments
 (0)