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 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