diff options
author | Eduardo Julian | 2022-06-15 00:23:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-15 00:23:15 -0400 |
commit | 64d12f85e861cb8ab4d59c31f0f8d2b71b865852 (patch) | |
tree | 316d17cd2aaf6e0aa9950a2678a9b10987603d5e /stdlib/source/documentation | |
parent | d5d5fcc3a85ef10081772355fc20932b387a35ab (diff) |
Re-named "prelude_module" to "prelude".
Diffstat (limited to 'stdlib/source/documentation')
-rw-r--r-- | stdlib/source/documentation/lux.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux index ea9ea318f..78e0f8fb8 100644 --- a/stdlib/source/documentation/lux.lux +++ b/stdlib/source/documentation/lux.lux @@ -39,9 +39,9 @@ ["[1][0]" type] ["[1][0]" world]]) -(documentation: /.prelude_module +(documentation: /.prelude (format "The name of the prelude module" - \n "Value: " (%.text /.prelude_module))) + \n "Value: " (%.text /.prelude))) (documentation: /.Any (format "The type of things whose type is irrelevant." @@ -882,7 +882,7 @@ (.List $.Module) ($.module /._ "" - [..prelude_module + [..prelude ..Any ..Nothing ..List |