Better wording

This commit is contained in:
Bruce Hill 2025-03-25 16:37:36 -04:00
parent c766231693
commit d65165442d

View File

@ -17,7 +17,7 @@ func main():
# Variables are strongly typed, so you can't # Variables are strongly typed, so you can't
# assign different types to the same variable: # assign different types to the same variable:
x = "hello" x = "hello" # <-- This will error, comment it out or fix it
# Declare a variable called `y` and give it the # Declare a variable called `y` and give it the
# value "okay" # value "okay"