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 44d4d6d commit 621d45bCopy full SHA for 621d45b
doc/tutorial.md
@@ -747,7 +747,7 @@ fn area(sh: Shape) -> float {
747
748
Tuples in Rust behave exactly like structs, except that their fields
749
do not have names. Thus, you cannot access their fields with dot notation.
750
-Tuples can have any arity except for 0 or 1 (though you may consider
+Tuples can have any arity except for 0 (though you may consider
751
unit, `()`, as the empty tuple if you like).
752
753
~~~~
0 commit comments