about summary refs log tree commit diff stats
path: root/html/tangle.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-09 14:54:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-09 14:54:41 -0800
commite66851d897a378980e599134f90eb7a95f14787f (patch)
tree42d0ca4f3a5033a333cdba9a44d61750538c0346 /html/tangle.mu.html
parentc0e9154d6a1fa116871794a161c6f75a71742ed4 (diff)
downloadmu-e66851d897a378980e599134f90eb7a95f14787f.tar.gz
2746
Diffstat (limited to 'html/tangle.mu.html')
-rw-r--r--html/tangle.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tangle.mu.html b/html/tangle.mu.html
index e7c23458..f4e73bfc 100644
--- a/html/tangle.mu.html
+++ b/html/tangle.mu.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 </head>
 <body>
 <pre>
-<span class="Comment"># example program: constructing recipes out of order</span>
+<span class="Comment"># example program: constructing functions out of order</span>
 <span class="Comment">#</span>
 <span class="Comment"># We construct a factorial function with separate base and recursive cases.</span>
 <span class="Comment"># Compare factorial.mu.</span>