about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-10 13:03:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 13:03:26 -0700
commit7f34d0f7067ce1576f3a4e9d7f23ada18e8ca0d1 (patch)
tree501994cd179bb469f65fcdd152dca38355a5aeac
parent0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3 (diff)
downloadmu-7f34d0f7067ce1576f3a4e9d7f23ada18e8ca0d1.tar.gz
1338
-rw-r--r--chessboard.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/chessboard.mu b/chessboard.mu
index e52aaa0e..5bef4146 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -1,5 +1,5 @@
-# chessboard program: takes moves in algebraic notation and displays the
-# position after each
+# Chessboard program: you type in moves in algebraic notation, and it'll
+# display the position after each move.
 
 # recipes are mu's names for functions, and recipes have ingredients
 recipe main [