about summary refs log tree commit diff stats
path: root/cpp/034exclusive_container
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/034exclusive_container')
-rw-r--r--cpp/034exclusive_container2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/034exclusive_container b/cpp/034exclusive_container
index 8f9fe842..b7d08c12 100644
--- a/cpp/034exclusive_container
+++ b/cpp/034exclusive_container
@@ -54,7 +54,7 @@ if (t.kind == exclusive_container) {
   return result+1;
 }
 
-//: To access variants of an exclusive container, use 'maybe-convert'.
+//:: To access variants of an exclusive container, use 'maybe-convert'.
 //: It always returns an address (so that you can modify it) or null (to
 //: signal that the conversion failed (because the container contains a
 //: different variant).