about summary refs log tree commit diff stats
path: root/102persist.cc
diff options
context:
space:
mode:
Diffstat (limited to '102persist.cc')
-rw-r--r--102persist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/102persist.cc b/102persist.cc
index b1097d34..abefeda6 100644
--- a/102persist.cc
+++ b/102persist.cc
@@ -82,7 +82,7 @@ case SAVE: {
     break;
   }
   if (!is_mu_text(inst.ingredients.at(1))) {
-    raise << maybe(get(Recipe, r).name) << "second ingredient of 'save' should be an address:array:char, but got '" << to_string(inst.ingredients.at(1)) << "'\n" << end();
+    raise << maybe(get(Recipe, r).name) << "second ingredient of 'save' should be an address:@:char, but got '" << to_string(inst.ingredients.at(1)) << "'\n" << end();
     break;
   }
   break;