about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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>: