Skip to content

Commit 9d2c367

Browse files
committed
fix typo
1 parent f08576e commit 9d2c367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-tour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let value =
9191

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

94-
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:
94+
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:
9595

9696
```rust
9797
let x: Int = 42

0 commit comments

Comments
 (0)