We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31efb1d commit be86b42Copy full SHA for be86b42
src/Data/Argonaut/Encode/Combinators.purs
@@ -3,8 +3,8 @@
3
-- | ``` purescript
4
-- | myJson
5
-- | = "key1" := value1
6
--- | ~> "key2" := value2
7
--- | ~>? "key3" :=? value3
+-- | ~> "key2" :=? value2
+-- | ~>? "key3" := value3
8
-- | ~> jsonEmptyOibject
9
-- | ```
10
module Data.Argonaut.Encode.Combinators where
0 commit comments