about summary refs log tree commit diff stats
path: root/059to_text.mu
diff options
context:
space:
mode:
Diffstat (limited to '059to_text.mu')
-rw-r--r--059to_text.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/059to_text.mu b/059to_text.mu
index a7186ebc..06e46ec3 100644
--- a/059to_text.mu
+++ b/059to_text.mu
@@ -25,7 +25,7 @@ scenario to-text-line-early-warning-for-static-dispatch [
 ]
 
 scenario array-to-text-line-early-warning-for-static-dispatch [
-  n:address:array:number <- new number:type, 3
+  n:address:array:num <- new number:type, 3
   x:text <- array-to-text-line n
   # just ensure there were no errors
 ]