about summary refs log tree commit diff stats
path: root/tangle.mu
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 /tangle.mu
parentc0e9154d6a1fa116871794a161c6f75a71742ed4 (diff)
downloadmu-e66851d897a378980e599134f90eb7a95f14787f.tar.gz
2746
Diffstat (limited to 'tangle.mu')
-rw-r--r--tangle.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle.mu b/tangle.mu
index 6d8d0e27..1b5dde66 100644
--- a/tangle.mu
+++ b/tangle.mu
@@ -1,4 +1,4 @@
-# example program: constructing recipes out of order
+# example program: constructing functions out of order
 #
 # We construct a factorial function with separate base and recursive cases.
 # Compare factorial.mu.