Skip to content

Commit

Permalink
fix: Change then to than
Browse files Browse the repository at this point in the history
`than` makes more grammatical sense than `then` in this context.
  • Loading branch information
Sowed committed Jun 27, 2020
1 parent d355927 commit ddd98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hint = """
We know about variables and mutability, but there is another important type of
variable available; constants.
Constants are always immutable and they are declared with keyword 'const' rather
then keyword 'let'.
than keyword 'let'.
Constants types must also always be annotated.
Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability':
Expand Down

0 comments on commit ddd98ad

Please sign in to comment.