Update library/core/src/primitive_docs.rs

This commit is contained in:
Michael Howell 2022-06-11 21:45:23 -07:00
parent 80b201da7d
commit 22c39aa835

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.
///