about summary refs log tree commit diff stats
path: root/example1.mu
diff options
context:
space:
mode:
Diffstat (limited to 'example1.mu')
-rw-r--r--example1.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/example1.mu b/example1.mu
index 00897776..aebf22ba 100644
--- a/example1.mu
+++ b/example1.mu
@@ -1,5 +1,5 @@
 def example1 [
   local-scope
-  a:number <- add 2, 2
+  a:num <- add 2, 2
   a <- multiply a, 3
 ]