Skip to content

Commit 7cb87b4

Browse files
committed
Merge pull request #21247 from Ms2ger/typo
Fix typo. Reviewed-by: steveklabnik
2 parents fc061c2 + 6cb3740 commit 7cb87b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fn foo(x: i32) -> i32 {
143143
```
144144

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

0 commit comments

Comments
 (0)