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-04-19 00:39:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-19 00:39:42 -0700
commitc43164727bfbe192763292e23dad983fbf09d18e (patch)
treec16ccb51167e3c84dac55bdb4ee3492b56453c31 /html/066stream.mu.html
parent86c715d712401ea09ccedd7120051103faacd500 (diff)
downloadmu-c43164727bfbe192763292e23dad983fbf09d18e.tar.gz
3837
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 4a993384..521dd500 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#L1278'>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#L1303'>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