Skip to content

Commit

Permalink
fixed typo in tuple menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjackman committed Jan 18, 2011
1 parent 3a920e7 commit 7f4ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.texi
Expand Up @@ -2027,7 +2027,7 @@ Rust; they cannot be used as user-defined identifiers in any context.
* Ref.Type.Big:: The arbitrary-precision integer type.
* Ref.Type.Text:: Strings and characters.
* Ref.Type.Rec:: Labeled products of heterogeneous types.
* Ref.Type.Tup:: Unlabeled products of homogeneous types.
* Ref.Type.Tup:: Unlabeled products of heterogeneous types.
* Ref.Type.Vec:: Open products of homogeneous types.
* Ref.Type.Tag:: Disjoint unions of heterogeneous types.
* Ref.Type.Fn:: Subroutine types.
Expand Down

0 comments on commit 7f4ec2c

Please sign in to comment.