aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index e9c09dfee..e81beecb2 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -861,8 +861,8 @@
[(def: js
"JavaScript")
- (for {"JVM" (do jvm stuff)
- js (do js stuff)}
+ (for ["JVM" (do jvm stuff)
+ js (do js stuff)]
(do default stuff))])
(documentation: /.``