about summary refs log tree commit diff stats
path: root/html/apps/ex9.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex9.mu.html')
-rw-r--r--html/apps/ex9.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex9.mu.html b/html/apps/ex9.mu.html
index d5d08e67..9aa7dfa6 100644
--- a/html/apps/ex9.mu.html
+++ b/html/apps/ex9.mu.html
@@ -93,7 +93,7 @@ if ('onhashchange' in window) {
 <span id="L33" class="LineNr">33 </span>    <span class="PreProc">var</span> done?/eax: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in
 <span id="L34" class="LineNr">34 </span>    compare done?, <span class="Constant">0</span>/false
 <span id="L35" class="LineNr">35 </span>    <span class="PreProc">break-if-!=</span>
-<span id="L36" class="LineNr">36 </span>    <span class="PreProc">var</span> g/eax: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L236'>read-grapheme</a> in
+<span id="L36" class="LineNr">36 </span>    <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L229'>read-code-point-utf8</a> in
 <span id="L37" class="LineNr">37 </span>    <span class="Delimiter">{</span>
 <span id="L38" class="LineNr">38 </span>      compare g, <span class="Constant">0x20</span>/space
 <span id="L39" class="LineNr">39 </span>      <span class="PreProc">break-if-!=</span>