Skip to content

Commit 0536986

Browse files
committed
Minor documentation edit.
A tuple could be more made up of more than 2 values. Update guide to reflect.
1 parent 3995797 commit 0536986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ fn main() {
978978
```
979979

980980
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
981+
that happens to be made up of more than one value. You can also see in this example how you
982982
can destructure a pattern returned by a function, as well.
983983

984984
Tuples are a very simple data structure, and so are not often what you want.

0 commit comments

Comments
 (0)