about summary refs log tree commit diff stats
path: root/html/404stream.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-02 21:24:53 -0800
commit3d1c4216ede8c628558c9fe700fb2be1aa08b473 (patch)
tree9d566827573d2b329a4872762c025a646fe2729d /html/404stream.mu.html
parent571ad49190f17272bd7665ba09b5f14c86b1e649 (diff)
downloadmu-3d1c4216ede8c628558c9fe700fb2be1aa08b473.tar.gz
7162
Diffstat (limited to 'html/404stream.mu.html')
-rw-r--r--html/404stream.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/404stream.mu.html b/html/404stream.mu.html
index fe99a9b2..2f5da311 100644
--- a/html/404stream.mu.html
+++ b/html/404stream.mu.html
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 <span id="L1" class="LineNr"> 1 </span><span class="muComment"># Tests for Mu's stream primitives.</span>
 <span id="L2" class="LineNr"> 2 </span>
 <span id="L3" class="LineNr"> 3 </span><span class="PreProc">fn</span> <span class="muTest"><a href='404stream.mu.html#L3'>test-stream</a></span> <span class="Delimiter">{</span>
-<span id="L4" class="LineNr"> 4 </span>  # - write an int to a stream, then read it back
+<span id="L4" class="LineNr"> 4 </span>  <span class="muComment"># - write an int to a stream, then read it back</span>
 <span id="L5" class="LineNr"> 5 </span>  <span class="muComment"># step 1: initialize</span>
 <span id="L6" class="LineNr"> 6 </span>  <span class="PreProc">var</span> s: (stream int <span class="Constant">4</span>)
 <span id="L7" class="LineNr"> 7 </span>  <span class="PreProc">var</span> s2/<span class="Constant">ecx</span>: (addr stream int) <span class="SpecialChar">&lt;-</span> address s