aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-13 00:29:57 -0400
committerEduardo Julian2021-09-13 00:29:57 -0400
commit376c3e472fbb1e2656f8c61b26e0276570609aa1 (patch)
treebc76d7aeff4f2b889ae262a64dc8d26b0476068d /stdlib/source/documentation/lux/data/collection/tree/zipper.lux
parent2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd (diff)
Updated only/except import syntax to take into account record => variant syntax change.
Diffstat (limited to 'stdlib/source/documentation/lux/data/collection/tree/zipper.lux')
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/zipper.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
index 9cf2388d8..2548fdd07 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
@@ -1,13 +1,13 @@
(.module:
[library
- [lux {"-" [list]}
- ["$" documentation {"+" [documentation:]}]
+ [lux {"-" list}
+ ["$" documentation {"+" documentation:}]
[control
["<>" parser
["<[0]>" code]]]
[data
- ["[0]" text {"+" [\n]}
- ["%" format {"+" [format]}]]]
+ ["[0]" text {"+" \n}
+ ["%" format {"+" format}]]]
[macro
["[0]" template]]]]
[\\library