about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/apps/ex3.2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex3.2.mu.html b/html/apps/ex3.2.mu.html
index 9807b4f4..436fe56a 100644
--- a/html/apps/ex3.2.mu.html
+++ b/html/apps/ex3.2.mu.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/master/apps/ex3.2.mu'>https://github.com/akkartik/mu/blob/master/apps/ex3.2.mu</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr"> 1 </span><span class="Comment"># Unnecessarily use an array to sum 1..9</span>
+<span id="L1" class="LineNr"> 1 </span><span class="Comment"># Unnecessarily use an array to sum 1..10</span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span>
 <span id="L3" class="LineNr"> 3 </span><span class="Comment"># To run:</span>
 <span id="L4" class="LineNr"> 4 </span><span class="Comment">#   $ ./translate_mu apps/ex3.2.mu</span>