Skip to content

Commit c6f029e

Browse files
Merge pull request #55 from JamieBallingall/master
Fix typo in comment at top of Encode.purs
2 parents ac5e4fb + d1a3ae6 commit c6f029e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Argonaut/Encode/Combinators.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-- | myJson
55
-- | = "key1" := value1
66
-- | ~> "key2" :=? value2
7-
-- | ~>? "key3" := value3
8-
-- | ~> jsonEmptyOibject
7+
-- | ~>? "key3" := value3
8+
-- | ~> jsonEmptyObject
99
-- | ```
1010
module Data.Argonaut.Encode.Combinators where
1111

0 commit comments

Comments
 (0)