about summary refs log tree commit diff stats
path: root/html/example1.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r--html/example1.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html
index 3d4d40eb..eeeaf4b8 100644
--- a/html/example1.mu.html
+++ b/html/example1.mu.html
@@ -29,8 +29,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <pre id='vimCodeElement'>
 <span class="muRecipe">def</span> example1 [
   <span class="Constant">local-scope</span>
-  a:num<span class="Special"> &lt;- </span>add <span class="Constant">2</span>, <span class="Constant">2</span>
-  a<span class="Special"> &lt;- </span>multiply a, <span class="Constant">3</span>
+  a:num <span class="Special">&lt;-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span>
+  a <span class="Special">&lt;-</span> multiply a,<span class="Constant"> 3</span>
 ]
 </pre>
 </body>