aboutsummaryrefslogtreecommitdiffstats
path: root/app/mmmfs/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-29 08:50:57 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-29 08:52:02 +0000
commit0697f60dc16560de73c6a2458a98e1ff2fd9946f (patch)
treef5dbf5e83096e3d72786640d61003e6ec903e15a /app/mmmfs/init.moon
parentrename lib.html to lib.dom (diff)
downloadmmm-0697f60dc16560de73c6a2458a98e1ff2fd9946f.tar.gz
mmm-0697f60dc16560de73c6a2458a98e1ff2fd9946f.zip
update interp docs
Diffstat (limited to 'app/mmmfs/init.moon')
-rw-r--r--app/mmmfs/init.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mmmfs/init.moon b/app/mmmfs/init.moon
index 19cb028..e1d813a 100644
--- a/app/mmmfs/init.moon
+++ b/app/mmmfs/init.moon
@@ -9,7 +9,7 @@ export ^
-- * @type - type string (type -> type -> type)
class Key
-- instantiate from table w/ keys described above
- -- or string like 'name: interp -> interp -> type' (name + interps optional)
+ -- or string like '@name: @type' (name optional)
new: (opts, second) =>
if 'string' == type second
@name, @type = (opts or ''), second