Fix typo in tuple docs

This commit is contained in:
Oliver Middleton
2017-01-05 01:16:37 +00:00
committed by GitHub
parent 95b14a3b50
commit 8d076ce0a6

View File

@@ -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
///