about summary refs log tree commit diff stats
path: root/cpp/019address
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/019address')
-rw-r--r--cpp/019address4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/019address b/cpp/019address
index 58d852cd..22355fc6 100644
--- a/cpp/019address
+++ b/cpp/019address
@@ -73,7 +73,7 @@ reagent deref(reagent x) {
   return result;
 }
 
-//: 'get' can read from record address
+//: 'get' can read from container address
 :(scenario "get_indirect")
 recipe main [
   1:integer <- copy 2:literal
@@ -102,7 +102,7 @@ recipe main [
 base = canonize(base);
 
 :(scenario "get_address_indirect")
-# 'get' can read from record address
+# 'get' can read from container address
 recipe main [
   1:integer <- copy 2:literal
   2:integer <- copy 34:literal