about summary refs log tree commit diff stats
path: root/059to_text.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-17 10:28:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-17 10:28:25 -0700
commit7a84094adbf7570e0b9716d8f469458b901efec8 (patch)
tree64e63794f8ea429ce863541634e67449237bcbb6 /059to_text.mu
parente24799ead45d9d4a86d8e8ab051dd16e1e417431 (diff)
downloadmu-7a84094adbf7570e0b9716d8f469458b901efec8.tar.gz
3385
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
 ]