about summary refs log tree commit diff stats
path: root/html/apps/ex3.2.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-12 01:18:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-12 01:18:29 -0700
commit9aa6e60538558b6b2752f7522debc0b430522964 (patch)
treea54b8f3fa476329127d8d6b6f8eee7de1d1a304c /html/apps/ex3.2.mu.html
parent290f2f677a41b7e5bef5476447132970ad621f4f (diff)
downloadmu-9aa6e60538558b6b2752f7522debc0b430522964.tar.gz
6139
Diffstat (limited to 'html/apps/ex3.2.mu.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>