Skip to content

Commit

Permalink
Merge pull request #55 from JamieBallingall/master
Browse files Browse the repository at this point in the history
Fix typo in comment at top of Encode.purs
  • Loading branch information
thomashoneyman authored Mar 24, 2019
2 parents ac5e4fb + d1a3ae6 commit c6f029e
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 @@ -4,8 +4,8 @@
-- | myJson
-- | = "key1" := value1
-- | ~> "key2" :=? value2
-- | ~>? "key3" := value3
-- | ~> jsonEmptyOibject
-- | ~>? "key3" := value3
-- | ~> jsonEmptyObject
-- | ```
module Data.Argonaut.Encode.Combinators where

Expand Down

0 comments on commit c6f029e

Please sign in to comment.