aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world
diff options
context:
space:
mode:
authorEduardo Julian2022-04-06 05:24:14 -0400
committerEduardo Julian2022-04-06 05:24:14 -0400
commit0494295b95c5c44ef389f1259e408f9445cfe0a1 (patch)
treea02dc1341cb31f1e2eccf023db3d01ae15ac70ac /stdlib/source/documentation/lux/world
parent60daee098f92a44c3b404a9f5801f2e8126ad650 (diff)
Got documentation back in working condition.
Diffstat (limited to 'stdlib/source/documentation/lux/world')
-rw-r--r--stdlib/source/documentation/lux/world/file.lux9
1 files changed, 2 insertions, 7 deletions
diff --git a/stdlib/source/documentation/lux/world/file.lux b/stdlib/source/documentation/lux/world/file.lux
index 7d4bddcc6..33b42c72b 100644
--- a/stdlib/source/documentation/lux/world/file.lux
+++ b/stdlib/source/documentation/lux/world/file.lux
@@ -71,11 +71,6 @@
($.default /.cannot_delete)
($.default /.cannot_make_directory)
($.default /.cannot_find_directory)
- ($.default /.cannot_read_all_data)
- (~~ (for @.jvm (~~ (these ($.default /.cannot_modify_file)
- ($.default /.default)))
- @.js (~~ (these ($.default /.default)))
- @.python (~~ (these ($.default /.default)))
- @.ruby (~~ (these ($.default /.default)))
- (~~ (these))))]
+ (~~ (for @.lua (~~ (these))
+ (~~ (these ($.default /.default)))))]
[/watch.documentation]))))