diff --git a/index.html b/index.html index 7f94fa9fd..99fffa45e 100644 --- a/index.html +++ b/index.html @@ -985,7 +985,7 @@
var
. #var
declarations are strictly for static typing. If the assigned value's type is dynamic
, the variable's type becomes any
.
func getValue():
+my getValue():
return ['a', 'list']
-- Initialized as an `any` variable.