about summary refs log tree commit diff stats
path: root/mutable.mu
diff options
context:
space:
mode:
Diffstat (limited to 'mutable.mu')
-rw-r--r--mutable.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutable.mu b/mutable.mu
index dced29b6..1a1ec7f0 100644
--- a/mutable.mu
+++ b/mutable.mu
@@ -8,6 +8,6 @@ def main [
 
 def foo x:&:num -> x:&:num [
   local-scope
-  load-ingredients
+  load-inputs
   *x <- copy 34
 ]