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.
1 parent 3995797 commit 0536986Copy full SHA for 0536986
src/doc/guide.md
@@ -978,7 +978,7 @@ fn main() {
978
```
979
980
Even though Rust functions can only return one value, a tuple _is_ one value,
981
-that happens to be made up of two. You can also see in this example how you
+that happens to be made up of more than one value. You can also see in this example how you
982
can destructure a pattern returned by a function, as well.
983
984
Tuples are a very simple data structure, and so are not often what you want.
0 commit comments