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.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/html/tangle.mu.html b/html/tangle.mu.html
index a654161e..da54e95f 100644
--- a/html/tangle.mu.html
+++ b/html/tangle.mu.html
@@ -63,8 +63,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 
 <span class="muRecipe">def</span> main [
   <span class="Constant">1</span>:number<span class="Special"> &lt;- </span>factorial <span class="Constant">5</span>
-  $print <span class="Constant">[result: ]</span>, <span class="Constant">1</span>:number, [
-]
+  <span class="Comment"># trailing space in next line is to help with syntax highlighting</span>
+  $print <span class="Constant">[result: ]</span>, <span class="Constant">1</span>:number, <span class="Constant">[ </span>
+<span class="Constant">]</span>
 ]
 </pre>
 </body>