about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-25 22:42:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-25 22:42:04 -0700
commit54f2eb6a29210048555637cac74f7fa409a8ae59 (patch)
tree865116f7e5c0636f1d9bdf2d1475268d183d9522 /index.html
parentd350348120aafc6b6a6895a090f9b856b3a6a2b0 (diff)
downloadmu-54f2eb6a29210048555637cac74f7fa409a8ae59.tar.gz
2868
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 36050d5d..a1b158d3 100644
--- a/index.html
+++ b/index.html
@@ -100,7 +100,7 @@ return arbitrary numbers of values to their callers.
 operations to help with testing and debugging.
 
 <p/><a href='html/030container.cc.html'>030container.cc</a>: Mu supports
-compound types called<em>containers</em> akin to records, structs or classes.
+compound types called <em>containers</em> akin to records, structs or classes.
 <br/><a href='html/031array.cc.html'>031array.cc</a>: all Mu data structures
 are bounds-checked.
 <br/><a href='html/032exclusive_container.cc.html'>032exclusive_container.cc</a>: