diff --git a/doc/tutorial.md b/doc/tutorial.md index 259328b0974..9ea8bcd148d 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -350,7 +350,7 @@ if x { let y = if x { foo() } else { bar() }; ~~~ -This may sound a intricate, but it is super-useful and will grow on you. +This may sound intricate, but it is super-useful and will grow on you. ## Types