diff options
| author | benjaminjackman <[email protected]> | 2011-01-17 18:09:35 -0800 |
|---|---|---|
| committer | benjaminjackman <[email protected]> | 2011-01-17 18:09:35 -0800 |
| commit | 7f4ec2c622a8fd6eb6d27a88ae51daa362834519 (patch) | |
| tree | 78a2dd7e0df27506689f0f5b86737dbeb8966ebd /doc | |
| parent | Fix missing case in ty. (diff) | |
| download | rust-7f4ec2c622a8fd6eb6d27a88ae51daa362834519.tar.xz rust-7f4ec2c622a8fd6eb6d27a88ae51daa362834519.zip | |
fixed typo in tuple menu label
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rust.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.texi b/doc/rust.texi index 8deef808..11e8c907 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -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. |