diff --git a/public/variables b/public/variables
index 0c4ead8..6c2c5ca 100644
--- a/public/variables
+++ b/public/variables
@@ -122,7 +122,7 @@ zero value for an int
is 0
.
The :=
syntax is shorthand for declaring and
initializing a variable, e.g. for
-var f string := "apple"
in this case.
+f := "apple"
in this case.
This syntax is only available inside functions.