diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/same-fringe.mu.html | 2 |
1 files changed, 1 insertions, 1 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> |