about summary refs log tree commit diff stats
path: root/html/lambda-to-mu.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/lambda-to-mu.mu.html')
-rw-r--r--html/lambda-to-mu.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/lambda-to-mu.mu.html b/html/lambda-to-mu.mu.html
index 131d0122..7ffbe91a 100644
--- a/html/lambda-to-mu.mu.html
+++ b/html/lambda-to-mu.mu.html
@@ -35,7 +35,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <body>
 <pre id='vimCodeElement'>
 <span class="SalientComment">## experimental compiler to translate programs written in a generic</span>
-<span class="SalientComment">## expression-oriented language called 'lambda' into mu</span>
+<span class="SalientComment">## expression-oriented language called 'lambda' into Mu</span>
 
 <span class="muScenario">scenario</span> convert-lambda [
   run [
@@ -600,7 +600,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   ]
 ]
 
-<span class="SalientComment">## convert tree of cells to mu text</span>
+<span class="SalientComment">## convert tree of cells to Mu text</span>
 
 <span class="muRecipe">def</span> to-mu in:&amp;:cell<span class="muRecipe"> -&gt; </span>out:text [
   <span class="Constant">local-scope</span>