Skip to content

Commit

Permalink
Update example to correctly demonstrate optional encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
foresttoney committed Mar 13, 2018
1 parent 31efb1d commit be86b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Argonaut/Encode/Combinators.purs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- | ``` purescript
-- | myJson
-- | = "key1" := value1
-- | ~> "key2" := value2
-- | ~>? "key3" :=? value3
-- | ~> "key2" :=? value2
-- | ~>? "key3" := value3
-- | ~> jsonEmptyOibject
-- | ```
module Data.Argonaut.Encode.Combinators where
Expand Down

0 comments on commit be86b42

Please sign in to comment.