Update library/std/src/primitive_docs.rs

Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
This commit is contained in:
Michael Howell 2022-06-11 20:07:10 -07:00 committed by GitHub
parent 28bd1a4847
commit 80b201da7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -919,7 +919,7 @@ mod prim_str {}
/// # Trait implementations
///
/// In this documentation the shorthand `(T, ...)` is used to represent tuples of varying length.
/// When that is used, any trait bounds expressed on `T` applies to each field of the tuple
/// When that is used, any trait bound expressed on `T` applies to each element of the tuple
/// independently. Note that this is a convenience notation to avoid repetitive documentation,
/// not valid Rust syntax.
///