diff --git a/reference.html b/reference.html
index e2965bc..4b09a11 100644
--- a/reference.html
+++ b/reference.html
@@ -90,7 +90,7 @@ This is intended as a quick reference for the Applesoft BASIC in Ja
PRINT expr [ [;,] expr ... ] [;]Output text. ;
concatenates,
,
advances to next tab stop. A trailing ;
suppresses line break.
expr can include SPC(aexpr)
to advance by
- multiple spaces, or TAB(aexpr)
to advance by multiple tab stops.
+ multiple spaces, or TAB(aexpr)
to advance to column.
INPUT [string ;] var [, var ...]Read line of comma-delimited input, with optional prompt
GET varRead single key