about summary refs log tree commit diff stats
path: root/html/tangle.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/tangle.mu.html')
-rw-r--r--html/tangle.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tangle.mu.html b/html/tangle.mu.html
index 3f9de231..28338947 100644
--- a/html/tangle.mu.html
+++ b/html/tangle.mu.html
@@ -84,7 +84,7 @@ if ('onhashchange' in window) {
 <span id="L24" class="LineNr">24 </span>  <span class="Conceal">¦</span> x:num <span class="Special">&lt;-</span> subtract n,<span class="Constant"> 1</span>
 <span id="L25" class="LineNr">25 </span>  <span class="Conceal">¦</span> subresult:num <span class="Special">&lt;-</span> <a href='tangle.mu.html#L9'>factorial</a> x
 <span id="L26" class="LineNr">26 </span>  <span class="Conceal">¦</span> result <span class="Special">&lt;-</span> multiply subresult, n
-<span id="L27" class="LineNr">27 </span>  <span class="Conceal">¦</span> <span class="muControl">return</span> result
+<span id="L27" class="LineNr">27 </span>  <span class="Conceal">¦</span><span class="muControl"> return</span> result
 <span id="L28" class="LineNr">28 </span>  <span class="Delimiter">}</span>
 <span id="L29" class="LineNr">29 </span>]
 <span id="L30" class="LineNr">30 </span>
/a> 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162