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-06-09 00:13:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-09 00:13:39 -0700
commitf53746f80145a184b5e4a6974175e2f92f49dcba (patch)
tree754e5463f01d12a94130724fb481d568b0792d65 /html/066stream.mu.html
parentbfa3f5ba3930fb3919d94e97929a2b962d104e10 (diff)
downloadmu-f53746f80145a184b5e4a6974175e2f92f49dcba.tar.gz
3901
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