about summary refs log tree commit diff stats
path: root/edit/011-errors.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
commite2b367dc2548ab80fc3e0949ee4f327c1c447758 (patch)
treee5562a63b46356cd1757a2ac24ebe0e07fce597c /edit/011-errors.mu
parentea19d0dc2c11f48ca384fb087b4e44ef400bfaa2 (diff)
downloadmu-e2b367dc2548ab80fc3e0949ee4f327c1c447758.tar.gz
3338
Process type abbreviations in container definitions.
Diffstat (limited to 'edit/011-errors.mu')
-rw-r--r--edit/011-errors.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit/011-errors.mu b/edit/011-errors.mu
index 6498d9a5..31ad561d 100644
--- a/edit/011-errors.mu
+++ b/edit/011-errors.mu
@@ -1,7 +1,7 @@
 ## handling malformed programs
 
 container programming-environment-data [
-  recipe-errors:address:array:character
+  recipe-errors:text
 ]
 
 # copy code from recipe editor, persist, load into mu, save any errors
@@ -74,7 +74,7 @@ before <render-components-end> [
 ]
 
 container sandbox-data [
-  errors:address:array:character
+  errors:text
 ]
 
 def! update-sandbox sandbox:address:sandbox-data, env:address:programming-environment-data, idx:number -> sandbox:address:sandbox-data, env:address:programming-environment-data [