about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs
index c423acd7047..a19840ac576 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.
 ///