Skip to content

Commit 7f4ec2c

Browse files
fixed typo in tuple menu label
1 parent 3a920e7 commit 7f4ec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ Rust; they cannot be used as user-defined identifiers in any context.
20272027
* Ref.Type.Big:: The arbitrary-precision integer type.
20282028
* Ref.Type.Text:: Strings and characters.
20292029
* Ref.Type.Rec:: Labeled products of heterogeneous types.
2030-
* Ref.Type.Tup:: Unlabeled products of homogeneous types.
2030+
* Ref.Type.Tup:: Unlabeled products of heterogeneous types.
20312031
* Ref.Type.Vec:: Open products of homogeneous types.
20322032
* Ref.Type.Tag:: Disjoint unions of heterogeneous types.
20332033
* Ref.Type.Fn:: Subroutine types.

0 commit comments

Comments
 (0)