We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc061c2 + 6cb3740 commit 7cb87b4Copy full SHA for 7cb87b4
src/doc/trpl/functions.md
@@ -143,7 +143,7 @@ fn foo(x: i32) -> i32 {
143
```
144
145
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
+worked in an expression-based language before, but it becomes intuitive over
147
time. If this were production code, we wouldn't write it in that way anyway,
148
we'd write this:
149
0 commit comments