diff options
author | Eduardo Julian | 2018-08-22 19:42:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-08-22 19:42:17 -0400 |
commit | b60d60ef6c0c70821991991fe716935e73038832 (patch) | |
tree | 1f1e88e501d5884e8f7113e8f15de9bf08845f56 /stdlib/source/lux/data/format/json.lux | |
parent | 6c896325238b63b6fc09f774968be6da0b9c89c1 (diff) |
No more multi-line text.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 3594ef28c..c26df1893 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -1,6 +1,5 @@ -(.module: {#.doc "Functionality for reading and writing values in the JSON format. - - For more information, please see: http://www.json.org/"} +(.module: {#.doc (.doc "Functionality for reading and writing values in the JSON format." + "For more information, please see: http://www.json.org/")} [lux #* [control ["." monad (#+ do Monad)] |