aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 165c959..337f8a8 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -438,8 +438,8 @@
<div class="doc_code">
<pre>
-<a href="#i_add">%0 = add</a> i32 %X, %X <i>; yields {i32}:%0</i>
-<a href="#i_add">%1 = add</a> i32 %0, %0 <i>; yields {i32}:%1</i>
+%0 = <a href="#i_add">add</a> i32 %X, %X <i>; yields {i32}:%0</i>
+%1 = <a href="#i_add">add</a> i32 %0, %0 <i>; yields {i32}:%1</i>
%result = <a href="#i_add">add</a> i32 %1, %1
</pre>
</div>