diff --git a/public/variables b/public/variables
index 5c07db6..0c4ead8 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.
+var f string := "apple"
in this case.
This syntax is only available inside functions.