about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-25 00:20:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-25 00:20:52 -0700
commit5c52642675692cc4e8a95caa674ff047e7bf9e00 (patch)
treeb3efb06674b1e330bb9dea6079a3fb0249004706
parent2d05f43cf15554adaea725d7a4547b6030458de8 (diff)
downloadmu-5c52642675692cc4e8a95caa674ff047e7bf9e00.tar.gz
3415
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 319fe31b..0dada6bf 100644
--- a/index.html
+++ b/index.html
@@ -155,7 +155,7 @@ simpler implementation (no static analysis). Mu by convention abbreviates type
 <p/>Support for higher-order recipes that can pass <a href='html/071recipe.cc.html'>recipes</a>
 around like any other value.
 
-<p/>Support for running multiple functions concurrently using <a href='html/072scheduler.cc.html'></a><em>routines</em></a>,
+<p/>Support for running multiple functions concurrently using <a href='html/072scheduler.cc.html'><em>routines</em></a>,
 for communicating between routines using <a href='html/075channel.mu.html'><em>channels</em></a>,
 and for <a href='html/073wait.cc.html'>synchronizing</a> between routines.
 Channels are Mu's only synchronization primitive, queues that can cause the