diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2017-01-05 01:16:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-05 01:16:37 +0000 |
| commit | 8d076ce0a61bce94989834488f6d431aa9d32dfd (patch) | |
| tree | 9af938ce31fc8eaa076319bb4443ccd231e0fe5c /src/libstd/primitive_docs.rs | |
| parent | 95b14a3b50782a3f680ab3bc75dde813333cb708 (diff) | |
| download | rust-8d076ce0a61bce94989834488f6d431aa9d32dfd.tar.gz rust-8d076ce0a61bce94989834488f6d431aa9d32dfd.zip | |
Fix typo in tuple docs
Diffstat (limited to 'src/libstd/primitive_docs.rs')
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index 5981b482a97..ced0288766b 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -502,7 +502,7 @@ mod prim_str { } /// [`Hash`]: hash/trait.Hash.html /// /// Due to a temporary restriction in Rust's type system, these traits are only -/// implemented on tuples of arity 32 or less. In the future, this may change. +/// implemented on tuples of arity 12 or less. In the future, this may change. /// /// # Examples /// |
