aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/shell.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/world/shell.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux
index d6ae9df5f..4ff4e37c0 100644
--- a/stdlib/source/documentation/lux/world/shell.lux
+++ b/stdlib/source/documentation/lux/world/shell.lux
@@ -18,9 +18,9 @@
[($.default /.normal)
($.default /.error)
($.default /.async)
- (~~ (for @.jvm (~~ (these ($.default /.no_more_output)
+ (,, (for @.jvm (,, (these ($.default /.no_more_output)
($.default /.default)))
- (~~ (these))))
+ (,, (these))))
($.documentation /.Exit
"A program exit code.")