Skip to content

Commit b32a666

Browse files
author
fmoko
authored
Merge pull request #458 from Sowed/main
2 parents d355927 + b636825 commit b32a666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ hint = """
6464
We know about variables and mutability, but there is another important type of
6565
variable available; constants.
6666
Constants are always immutable and they are declared with keyword 'const' rather
67-
then keyword 'let'.
67+
than keyword 'let'.
6868
Constants types must also always be annotated.
6969
7070
Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability':

0 commit comments

Comments
 (0)