aboutsummaryrefslogtreecommitdiffstats
path: root/root/experiments/init.moon
diff options
context:
space:
mode:
Diffstat (limited to 'root/experiments/init.moon')
-rw-r--r--root/experiments/init.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/experiments/init.moon b/root/experiments/init.moon
index 65f3852..ad3e06a 100644
--- a/root/experiments/init.moon
+++ b/root/experiments/init.moon
@@ -6,7 +6,7 @@ require = relative ...
Fileder {
'name: alpha': 'experiments',
'title: text/plain': 'various experiments',
- 'moon -> mmm/dom': (path) => div {
+ 'fn -> mmm/dom': (path) => div {
h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' },
ul for child in *@children
name = child\gett 'name: alpha'