diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-07 17:06:45 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-07 17:06:45 -0800 |
commit | 30ea2e4522a1985e6f5eaa0b41e524f1be70f577 (patch) | |
tree | 102c06ec48b23911be8ec82c94e927791413565d /html/same-fringe.mu.html | |
parent | c0f84b1ffa18eaf6f399aafe462f2a0f705dd009 (diff) | |
download | mu-30ea2e4522a1985e6f5eaa0b41e524f1be70f577.tar.gz |
4156
Diffstat (limited to 'html/same-fringe.mu.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> |