Skip to content

Commit d1a3ae6

Browse files
Fix typo in comment at top of Encode.purs
1 parent ac5e4fb commit d1a3ae6

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)