about summary refs log tree commit diff stats
path: root/cpp/003trace
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/003trace')
-rw-r--r--cpp/003trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/003trace b/cpp/003trace
index 2e906b29..af4858bf 100644
--- a/cpp/003trace
+++ b/cpp/003trace
@@ -22,7 +22,7 @@
 //:   trace("label") << "fact 1: " << val;
 //:
 //: The tests check for facts:
-//:   :(scenario foo)
+//:   :(scenario "foo")
 //:   34  # call run() with this input
 //:   +label: fact 1: 34  # trace should have logged this at the end
 //:   -label: fact 1: 35  # trace should never contain such a line