diff options
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 643d12969..2dbe32d91 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -47,8 +47,8 @@ (template [<name> <type>] [(type: #export <name> <type>)] - [Array (Row JSON)] - [Object (Dictionary String JSON)] + [Array (Row JSON)] + [Object (Dictionary String JSON)] ) (def: #export object |