about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-27 16:34:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-27 16:37:57 -0700
commit6808ff7d6df42aa8a8abe63041254b40b76ba8db (patch)
tree1c5db69f17e3da1fb1241c24a3a288a42b3fc35c /030container.cc
parent9e30dba08d6475e9c26f95630b9595bea73fb705 (diff)
downloadmu-6808ff7d6df42aa8a8abe63041254b40b76ba8db.tar.gz
2293
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index da12ef8d..de83c739 100644
--- a/030container.cc
+++ b/030container.cc
@@ -337,7 +337,7 @@ recipe main [
   14:number <- copy 36
   15:number <- get-address 12:point-number/raw, 1:offset
 ]
-+error: main: 'get-address' 1:offset (1) on point-number can't be saved in 15:number; type should be <address : number>
++error: main: 'get-address' 1:offset (1) on point-number can't be saved in 15:number; type should be <address : <number : <>>>
 
 //:: Allow containers to be defined in mu code.