aboutsummaryrefslogtreecommitdiffstats
path: root/alv/base
diff options
context:
space:
mode:
Diffstat (limited to 'alv/base')
-rw-r--r--alv/base/fndef.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/alv/base/fndef.moon b/alv/base/fndef.moon
index b79ad85..f8858d3 100644
--- a/alv/base/fndef.moon
+++ b/alv/base/fndef.moon
@@ -13,8 +13,8 @@ class FnDef
--- create a new instance
--
-- @classmethod
- -- @tparam {Value,...} params (`AST:quote`d) naming the function parameters
- -- @tparam AST body (`AST:quote`d) expression the function evaluates to
+ -- @tparam {Value,...} params (unevaluated) naming the function parameters
+ -- @tparam AST body (unevaluated) expression the function evaluates to
-- @tparam Scope scope the lexical scope the function was defined in (closure)
new: (@params, @body, @scope) =>