Skip to content

Commit be86b42

Browse files
committed
Update example to correctly demonstrate optional encoding
1 parent 31efb1d commit be86b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Argonaut/Encode/Combinators.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
-- | ``` purescript
44
-- | myJson
55
-- | = "key1" := value1
6-
-- | ~> "key2" := value2
7-
-- | ~>? "key3" :=? value3
6+
-- | ~> "key2" :=? value2
7+
-- | ~>? "key3" := value3
88
-- | ~> jsonEmptyOibject
99
-- | ```
1010
module Data.Argonaut.Encode.Combinators where

0 commit comments

Comments
 (0)