about summary refs log tree commit diff stats
path: root/cpp/090debug
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/090debug')
-rw-r--r--cpp/090debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/090debug b/cpp/090debug
index a2a74d18..670b284f 100644
--- a/cpp/090debug
+++ b/cpp/090debug
@@ -1,5 +1,5 @@
 :(before "End Globals")
-// Operator to look at fields of records.
+// Operator to look at elements of containers.
 const int _PRINT = 99;
 :(before "End Primitive Recipe Numbers")
 Recipe_number["$print"] = _PRINT;