about summary refs log tree commit diff stats
path: root/cpp/counters.mu
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/counters.mu')
-rw-r--r--cpp/counters.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/counters.mu b/cpp/counters.mu
index c3234d38..8cc9a437 100644
--- a/cpp/counters.mu
+++ b/cpp/counters.mu
@@ -23,9 +23,9 @@ recipe main [
   bres:integer <- increment-counter b:address:space, 2:literal
   ares:integer <- increment-counter a:address:space, 1:literal
   # check results
-  $print [Contents of counters a ]
+  $print [Contents of counters a: ]
   $print ares:integer
-  $print [ b ]
+  $print [ b: ]
   $print bres:integer
   $print [
 ]