From 22c39aa8355483796317dfa456b58e5a4be114ef Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sat, 11 Jun 2022 21:45:23 -0700 Subject: [PATCH] Update library/core/src/primitive_docs.rs --- library/core/src/primitive_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index c423acd7047d..a19840ac5763 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -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. ///