about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-07 10:07:13 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-07 10:07:13 -0800
commitfbbbd625db2609757cc02613ffd9efc51e102f4f (patch)
treea1aa8ea21d27c7cfc1871f26cff2b2d8149e0f6e /index.html
parent9e751bb8c0cdf771d34c839cb6591d892b8e62de (diff)
downloadmu-fbbbd625db2609757cc02613ffd9efc51e102f4f.tar.gz
3762
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 8a923ee0..98df9a9e 100644
--- a/index.html
+++ b/index.html
@@ -119,7 +119,7 @@ and <a href='html/025compare.cc.html'>comparing values</a>.
 <p/>Support for <a href='html/026call.cc.html'>defining new recipes</a>. In
 Mu calls to functions look just like primitive operations, with the ability to 
 <a href='html/027call_ingredient.cc.html'>pass in ingredients</a>, and to 
-<a href='html/028call_reply.cc.html'>return products</a>. In particular, Mu
+<a href='html/028call_return.cc.html'>return products</a>. In particular, Mu
 supports returning multiple values, and uses this ability far more pervasively
 than high-level languages can.