aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index b7f1025ad..85b93f5f7 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -497,8 +497,8 @@
\n "WARNING: Only use it within the type: macro.")
[(type: Refer
(Record
- {#refer_defs Referrals
- #refer_open (List Openings)}))])
+ [#refer_defs Referrals
+ #refer_open (List Openings)]))])
(documentation: /.type:
"The type-definition macro."
@@ -717,7 +717,6 @@
[identifier ["yolo" "lol"] "yolo.lol"]
[form (list (bit #1)) "(#1)"]
[tuple (list (bit #1)) "[#1]"]
- [record (list [(bit #1) (int +123)]) "{#1 +123}"]
)]
($_ and
<tests>