Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandone committed Sep 4, 2024
1 parent f08576e commit 9d2c367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let value =

There are few built-in types, such as `Int`, `Float`, `String`.

Kestrel has Hindely-Milner type inference, meaning that you don't need to manually write types, as they will be inferred by the typechecker. Still, is possible to give `let` declarations explicit type hints:
Kestrel has Hindley-Milner type inference, meaning that you don't need to manually write types, as they will be inferred by the typechecker. Still, is possible to give `let` declarations explicit type hints:

```rust
let x: Int = 42
Expand Down

0 comments on commit 9d2c367

Please sign in to comment.