diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2017-01-10 20:27:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-10 20:27:44 +0900 |
| commit | a62f1b536eb773e2fb03bcb640766f7ac6ffffb7 (patch) | |
| tree | a2b5c8fdc5854f6e2e5497805b5e48edee496483 /src/libstd | |
| parent | ac2723886f2a21a548990c1469a349f8e499cdbd (diff) | |
| parent | 8d076ce0a61bce94989834488f6d431aa9d32dfd (diff) | |
| download | rust-a62f1b536eb773e2fb03bcb640766f7ac6ffffb7.tar.gz rust-a62f1b536eb773e2fb03bcb640766f7ac6ffffb7.zip | |
Rollup merge of #38836 - ollie27:patch-1, r=steveklabnik
Fix typo in tuple docs r? @steveklabnik
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// |
