about summary refs log tree commit diff stats
path: root/cpp/029string
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/029string')
-rw-r--r--cpp/029string2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/029string b/cpp/029string
index 4379c8ec..fd6b2824 100644
--- a/cpp/029string
+++ b/cpp/029string
@@ -2,7 +2,7 @@
 recipe main [
   s:address:array:character <- new [abc def]
 ]
-+parse:   ingredient: {name: "abc def", value: 0, type: 0, properties: [abc def: literal-string]}
++parse:   ingredient: {name: "abc def", value: 0, type: 0, properties: ["abc def": "literal-string"]}
 
 :(before "End Mu Types Initialization")
 Type_number["literal-string"] = 0;