diff options
Diffstat (limited to 'app/mmmfs/init.moon')
| -rw-r--r-- | app/mmmfs/init.moon | 2 |
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 |
