about summary refs log tree commit diff stats
path: root/cpp/031address
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/031address')
-rw-r--r--cpp/031address2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/031address b/cpp/031address
index e3f31869..e31ae67d 100644
--- a/cpp/031address
+++ b/cpp/031address
@@ -75,7 +75,7 @@ reagent deref(reagent x) {
   return result;
 }
 
-//: 'get' can read from container address
+//:: 'get' can read from container address
 :(scenario "get_indirect")
 recipe main [
   1:integer <- copy 2:literal