about summary refs log tree commit diff stats
path: root/html/fork.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/fork.mu.html')
-rw-r--r--html/fork.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/fork.mu.html b/html/fork.mu.html
index 7eeb180c..976c0db3 100644
--- a/html/fork.mu.html
+++ b/html/fork.mu.html
@@ -60,7 +60,7 @@ if ('onhashchange' in window) {
 <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: running multiple routines</span>
 <span id="L2" class="LineNr"> 2 </span>
 <span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='fork.mu.html#L3'>main</a> [
-<span id="L4" class="LineNr"> 4 </span>  start-running <a href='fork.mu.html#L11'>thread2</a>
+<span id="L4" class="LineNr"> 4 </span>  <span class="muControl">start-running</span> <a href='fork.mu.html#L11'>thread2</a>
 <span id="L5" class="LineNr"> 5 </span>  <span class="Delimiter">{</span>
 <span id="L6" class="LineNr"> 6 </span>  <span class="Conceal">¦</span> $print<span class="Constant"> 34</span>
 <span id="L7" class="LineNr"> 7 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>