We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d355927 + b636825 commit b32a666Copy full SHA for b32a666
info.toml
@@ -64,7 +64,7 @@ hint = """
64
We know about variables and mutability, but there is another important type of
65
variable available; constants.
66
Constants are always immutable and they are declared with keyword 'const' rather
67
-then keyword 'let'.
+than keyword 'let'.
68
Constants types must also always be annotated.
69
70
Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability':
0 commit comments