From 8d076ce0a61bce94989834488f6d431aa9d32dfd Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Thu, 5 Jan 2017 01:16:37 +0000 Subject: [PATCH] Fix typo in tuple docs --- src/libstd/primitive_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /// -- 2.44.0