diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 14:54:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 14:54:41 -0800 |
commit | e66851d897a378980e599134f90eb7a95f14787f (patch) | |
tree | 42d0ca4f3a5033a333cdba9a44d61750538c0346 /html/tangle.mu.html | |
parent | c0e9154d6a1fa116871794a161c6f75a71742ed4 (diff) | |
download | mu-e66851d897a378980e599134f90eb7a95f14787f.tar.gz |
2746
Diffstat (limited to 'html/tangle.mu.html')
-rw-r--r-- | html/tangle.mu.html | 2 |
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> |