Compare commits

..

No commits in common. "1bae2dcb0019d579cdfe5a0c68a9e46780eea6dd" and "47f8a0cbe502654ec09a6865cc82fe9330580ce1" have entirely different histories.

View file

@ -122,7 +122,7 @@ dir = "01_variables"
test = false
hint = """
We know about variables and mutability, but there is another important type of
variable available: constants.
variables available: constants.
Constants are always immutable. They are declared with the keyword `const`
instead of `let`.