about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-07 17:06:45 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-07 17:06:45 -0800
commit30ea2e4522a1985e6f5eaa0b41e524f1be70f577 (patch)
tree102c06ec48b23911be8ec82c94e927791413565d
parentc0f84b1ffa18eaf6f399aafe462f2a0f705dd009 (diff)
downloadmu-30ea2e4522a1985e6f5eaa0b41e524f1be70f577.tar.gz
4156
-rw-r--r--html/same-fringe.mu.html2
-rw-r--r--same-fringe.mu2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/same-fringe.mu.html b/html/same-fringe.mu.html
index 94ebf67a..329f4393 100644
--- a/html/same-fringe.mu.html
+++ b/html/same-fringe.mu.html
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 </head>
 <body onload='JumpToLine();'>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr"> 1 </span><span class="Comment"># Another example of continuations: the 'same fringe' problem:</span>
+<span id="L1" class="LineNr"> 1 </span><span class="Comment"># Another example of continuations: the 'same fringe' problem</span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment">#   <a href="http://wiki.c2.com/?SameFringeProblem">http://wiki.c2.com/?SameFringeProblem</a></span>
 <span id="L3" class="LineNr"> 3 </span><span class="Comment">#</span>
 <span id="L4" class="LineNr"> 4 </span><span class="Comment"># Expected output:</span>
diff --git a/same-fringe.mu b/same-fringe.mu
index 828ef6c4..fcf7a455 100644
--- a/same-fringe.mu
+++ b/same-fringe.mu
@@ -1,4 +1,4 @@
-# Another example of continuations: the 'same fringe' problem:
+# Another example of continuations: the 'same fringe' problem
 #   http://wiki.c2.com/?SameFringeProblem
 #
 # Expected output: