Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and steveklabnik committed Jan 17, 2015
1 parent f979f91 commit 0109cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/functions.md
Expand Up @@ -143,7 +143,7 @@ fn foo(x: i32) -> i32 {
```

The previous definition without `return` may look a bit strange if you haven't
worked in an expression-based language before, but it becomes intutive over
worked in an expression-based language before, but it becomes intuitive over
time. If this were production code, we wouldn't write it in that way anyway,
we'd write this:

Expand Down

0 comments on commit 0109cea

Please sign in to comment.