about summary refs log tree commit diff stats
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
parent290f2f677a41b7e5bef5476447132970ad621f4f (diff)
downloadmu-9aa6e60538558b6b2752f7522debc0b430522964.tar.gz
6139
-rw-r--r--apps/ex3.2.mu2
-rw-r--r--html/apps/ex3.2.mu.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/ex3.2.mu b/apps/ex3.2.mu
index 2a2432c7..dc97bf7a 100644
--- a/apps/ex3.2.mu
+++ b/apps/ex3.2.mu
@@ -1,4 +1,4 @@
-# Unnecessarily use an array to sum 1..9
+# Unnecessarily use an array to sum 1..10
 #
 # To run:
 #   $ ./translate_mu apps/ex3.2.mu
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>