about summary refs log tree commit diff stats
path: root/html/040brace.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/040brace.cc.html
parent22f4b76344b2d639cbfcaad56ed681670d436548 (diff)
downloadmu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz
3561
Diffstat (limited to 'html/040brace.cc.html')
-rw-r--r--html/040brace.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/040brace.cc.html b/html/040brace.cc.html
index aa4f3908..777e91cf 100644
--- a/html/040brace.cc.html
+++ b/html/040brace.cc.html
@@ -35,7 +35,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <pre id='vimCodeElement'>
 <span class="Comment">//: Structured programming</span>
 <span class="Comment">//:</span>
-<span class="Comment">//: Our jump recipes are quite inconvenient to use, so mu provides a</span>
+<span class="Comment">//: Our jump recipes are quite inconvenient to use, so Mu provides a</span>
 <span class="Comment">//: lightweight tool called 'transform_braces' to work in a slightly more</span>
 <span class="Comment">//: convenient format with nested braces:</span>
 <span class="Comment">//:</span>