Skip to content

Commit 8d076ce

Browse files
authored
Fix typo in tuple docs
1 parent 95b14a3 commit 8d076ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ mod prim_str { }
502502
/// [`Hash`]: hash/trait.Hash.html
503503
///
504504
/// Due to a temporary restriction in Rust's type system, these traits are only
505-
/// implemented on tuples of arity 32 or less. In the future, this may change.
505+
/// implemented on tuples of arity 12 or less. In the future, this may change.
506506
///
507507
/// # Examples
508508
///

0 commit comments

Comments
 (0)