about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorOliver Middleton <olliemail27@gmail.com>2017-01-05 01:16:37 +0000
committerGitHub <noreply@github.com>2017-01-05 01:16:37 +0000
commit8d076ce0a61bce94989834488f6d431aa9d32dfd (patch)
tree9af938ce31fc8eaa076319bb4443ccd231e0fe5c /src/libstd
parent95b14a3b50782a3f680ab3bc75dde813333cb708 (diff)
downloadrust-8d076ce0a61bce94989834488f6d431aa9d32dfd.tar.gz
rust-8d076ce0a61bce94989834488f6d431aa9d32dfd.zip
Fix typo in tuple docs
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/primitive_docs.rs2
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
 ///