aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.js.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.js.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/ffi.js.lux b/stdlib/source/library/lux/ffi.js.lux
index 8d092aa02..852ed2b11 100644
--- a/stdlib/source/library/lux/ffi.js.lux
+++ b/stdlib/source/library/lux/ffi.js.lux
@@ -382,6 +382,6 @@
(template: #export (closure <inputs> <output>)
(.:as ..Function
(`` ("js function"
- (~~ (template.count <inputs>))
+ (~~ (template.amount <inputs>))
(.function (_ [<inputs>])
<output>)))))