Skip to content

Commit

Permalink
Fix typo in tuple docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie27 committed Jan 5, 2017
1 parent 95b14a3 commit 8d076ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/primitive_docs.rs
Expand Up @@ -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
///
Expand Down

0 comments on commit 8d076ce

Please sign in to comment.