]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo.
authorMs2ger <ms2ger@gmail.com>
Fri, 16 Jan 2015 18:08:08 +0000 (19:08 +0100)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:51:07 +0000 (10:51 -0500)
src/doc/trpl/functions.md

index eae7fc1989506d91291b2c47c73304b4399df60c..d0ecb6067955da7cc74cffbe08dc62708500a9f1 100644 (file)
@@ -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: