about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/011load b/cpp/011load
index d9da1fe3..696c99f7 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -203,7 +203,7 @@ recipe main [
 
 :(scenario parse_comment_after_instruction)
 recipe main [
-  1:integer <- copy 23:literal # comment
+  1:integer <- copy 23:literal  # comment
 ]
 +parse: instruction: 1
 +parse:   ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]}