about summary refs log tree commit diff stats
path: root/cpp/030container
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 18:32:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 18:32:39 -0700
commitdd994cdad0eb4aa5b890ec62138d573fdf3c3f10 (patch)
tree855db79a1219794bc93dc6180c45a5ae529aaaeb /cpp/030container
parent6ea73c227fc6479e4de64690f197ea0ae24a0bfd (diff)
downloadmu-dd994cdad0eb4aa5b890ec62138d573fdf3c3f10.tar.gz
1085 - to access variants of sum types use 'maybe-convert'
Diffstat (limited to 'cpp/030container')
-rw-r--r--cpp/030container2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/030container b/cpp/030container
index 7f333509..fa936d25 100644
--- a/cpp/030container
+++ b/cpp/030container
@@ -108,7 +108,7 @@ case GET: {
 }
 
 //: 'get' requires a literal in ingredient 1. We'll use a synonym called
-//: 'offset'
+//: 'offset'.
 :(before "End Mu Types Initialization")
 Type_number["offset"] = 0;