about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-26 15:16:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-26 15:16:36 -0700
commitc8a58cdc8cc3353de3a42a9f53e5c4759ef9701a (patch)
tree367f52a1cc671b73696abf3f905632b195f95e1a /index.html
parent5b84f01fdcf30ffb62d53ed6f5886f626d47bcfa (diff)
downloadmu-c8a58cdc8cc3353de3a42a9f53e5c4759ef9701a.tar.gz
1473
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 977cfafd..0d00cc27 100644
--- a/index.html
+++ b/index.html
@@ -88,7 +88,7 @@ akin to records, structs or classes.
 <br/><a href='html/031address.cc.html'>031address.cc</a>: adding and removing
 layers of indirection to mu data.
 <br/><a href='html/032array.cc.html'>032array.cc</a>: all mu data structures
-are <a href='html/033length.cc.html'>bounds-checked</a>.
+are bounds-checked.
 <br/><a href='html/034exclusive_container.cc.html'>034exclusive_container.cc</a>: tagged unions or sum types.
 <br/><a href='html/035call.cc.html'>035call.cc</a>: calls to recipes look
 just like primitive operations.