Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 22c39aa

Browse files
committed
Update library/core/src/primitive_docs.rs
1 parent 80b201d commit 22c39aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ mod prim_str {}
919919
/// # Trait implementations
920920
///
921921
/// In this documentation the shorthand `(T, ...)` is used to represent tuples of varying length.
922-
/// When that is used, any trait bounds expressed on `T` applies to each field of the tuple
922+
/// When that is used, any trait bound expressed on `T` applies to each element of the tuple
923923
/// independently. Note that this is a convenience notation to avoid repetitive documentation,
924924
/// not valid Rust syntax.
925925
///

0 commit comments

Comments
 (0)