about summary refs log tree commit diff stats
path: root/html/chessboard.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:56:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:56:07 -0700
commit9a81d7460fdb16f4e77712e5381d9db8781f5ae6 (patch)
tree43b05169535fe33e65ecbf61f3fb3ada5f75ed52 /html/chessboard.mu.html
parent22f4b76344b2d639cbfcaad56ed681670d436548 (diff)
downloadmu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz
3561
Diffstat (limited to 'html/chessboard.mu.html')
-rw-r--r--html/chessboard.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html
index 7f89f457..5b24345b 100644
--- a/html/chessboard.mu.html
+++ b/html/chessboard.mu.html
@@ -43,8 +43,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 
   <span class="Comment"># The chessboard function takes keyboard and screen objects as 'ingredients'.</span>
   <span class="Comment">#</span>
-  <span class="Comment"># In mu it is good form (though not required) to explicitly show the</span>
-  <span class="Comment"># hardware you rely on.</span>
+  <span class="Comment"># In Mu it is good form (though not required) to explicitly state what</span>
+  <span class="Comment"># hardware a function needs.</span>
   <span class="Comment">#</span>
   <span class="Comment"># Here the console and screen are both 0, which usually indicates real</span>
   <span class="Comment"># hardware rather than a fake for testing as you'll see below.</span>
@@ -53,7 +53,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   close-console  <span class="Comment"># clean up screen, keyboard and mouse</span>
 ]
 
-<span class="SalientComment">## But enough about mu. Here's what it looks like to run the chessboard program.</span>
+<span class="SalientComment">## But enough about Mu. Here's what it looks like to run the chessboard program.</span>
 
 <span class="muScenario">scenario</span> print-board-and-read-move [
   <span class="Constant">local-scope</span>