about summary refs log tree commit diff stats
path: root/cpp/020array
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/020array')
-rw-r--r--cpp/020array2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/020array b/cpp/020array
index 4a84af10..9c2f1439 100644
--- a/cpp/020array
+++ b/cpp/020array
@@ -117,7 +117,7 @@ recipe main [
 +mem: storing 2 in location 5
 
 :(before "End Globals")
-// To write to fields of records, you need their address.
+// To write to elements of containers, you need their address.
 const int INDEX_ADDRESS = 21;
 :(before "End Primitive Recipe Numbers")
 Recipe_number["index-address"] = INDEX_ADDRESS;