diff options
-rw-r--r-- | html/same-fringe.mu.html | 2 | ||||
-rw-r--r-- | same-fringe.mu | 2 |
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: |