about summary refs log tree commit diff stats
path: root/html/011load.cc.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/011load.cc.html
parent22f4b76344b2d639cbfcaad56ed681670d436548 (diff)
downloadmu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz
3561
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r--html/011load.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/011load.cc.html b/html/011load.cc.html
index 4bcbd016..0a1991b9 100644
--- a/html/011load.cc.html
+++ b/html/011load.cc.html
@@ -34,9 +34,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 </head>
 <body>
 <pre id='vimCodeElement'>
-<span class="Comment">//: Phase 1 of running mu code: load it from a textual representation.</span>
+<span class="Comment">//: Phase 1 of running Mu code: load it from a textual representation.</span>
 <span class="Comment">//:</span>
-<span class="Comment">//: The process of running mu code:</span>
+<span class="Comment">//: The process of running Mu code:</span>
 <span class="Comment">//:   load -&gt; transform -&gt; run</span>
 
 <span class="Delimiter">:(scenarios load)</span>  <span class="Comment">// use 'load' instead of 'run' in all scenarios in this layer</span>