about summary refs log tree commit diff stats
path: root/html/066stream.mu.html
diff options
context:
space:
mode:
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 521dd500..564a24bc 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#L1303'>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#L1294'>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