about summary refs log tree commit diff stats
path: root/html/mu_instructions.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/mu_instructions.html')
-rw-r--r--html/mu_instructions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mu_instructions.html b/html/mu_instructions.html
index fef2054e..1c50a228 100644
--- a/html/mu_instructions.html
+++ b/html/mu_instructions.html
@@ -27,7 +27,7 @@ body { font-family: monospace; color: #000000; background-color: #c6c6c6; }
 
 Mu is a statement-oriented language. Blocks consist of flat lists of instructions.
 The following chart shows all the instruction forms supported by Mu, along
-with the instruction they're translated to. Variables of the form <span class="Constant">&quot;var/reg&quot;</span>
+with the instruction they're translated to. Variables of the form 'var/reg'
 live in a register, and other variables are assumed to live on the stack at
 some 'stack-offset' from ebp.