about summary refs log tree commit diff stats
path: root/html/chessboard.mu.html
diff options
context:
space:
mode:
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>