Skip to content

Commit a62f1b5

Browse files
authored
Rollup merge of rust-lang#38836 - ollie27:patch-1, r=steveklabnik
Fix typo in tuple docs r? @steveklabnik
2 parents ac27238 + 8d076ce commit a62f1b5

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)