about summary refs log tree commit diff stats
path: root/html/066stream.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-09-23 19:30:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-09-23 19:30:00 -0700
commit615f4a970a2fa5c91766ee585a7d531b083f4bff (patch)
tree5fce7848b60fe7e0dae089c94ca228ad74067ce1 /html/066stream.mu.html
parent72cf994869e19f6bdc4678e1122f0082d07d4a11 (diff)
downloadmu-615f4a970a2fa5c91766ee585a7d531b083f4bff.tar.gz
4003
Diffstat (limited to 'html/066stream.mu.html')
-rw-r--r--html/066stream.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/066stream.mu.html b/html/066stream.mu.html
index 564a24bc..c8cee1a6 100644
--- a/html/066stream.mu.html
+++ b/html/066stream.mu.html
@@ -124,7 +124,7 @@ if ('onhashchange' in window) {
 <span id="L63" class="LineNr">63 </span>  idx:num <span class="Special">&lt;-</span> get *in, <span class="Constant">index:offset</span>
 <span id="L64" class="LineNr">64 </span>  s:text <span class="Special">&lt;-</span> get *in, <span class="Constant">data:offset</span>
 <span id="L65" class="LineNr">65 </span>  next-idx:num <span class="Special">&lt;-</span> find-next s, <span class="Constant">10/newline</span>, idx
-<span id="L66" class="LineNr">66 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L1294'>copy-range</a> s, idx, next-idx
+<span id="L66" class="LineNr">66 </span>  result <span class="Special">&lt;-</span> <a href='061text.mu.html#L1279'>copy-range</a> s, idx, next-idx
 <span id="L67" class="LineNr">67 </span>  idx <span class="Special">&lt;-</span> add next-idx,<span class="Constant"> 1</span>  <span class="Comment"># skip newline</span>
 <span id="L68" class="LineNr">68 </span>  <span class="Comment"># write back</span>
 <span id="L69" class="LineNr">69 </span>  *in <span class="Special">&lt;-</span> put *in, <span class="Constant">index:offset</span>, idx