about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-11 21:45:23 -0700
committerMichael Howell <michael@notriddle.com>2022-06-11 21:45:23 -0700
commit22c39aa8355483796317dfa456b58e5a4be114ef (patch)
treec9f453eec8ac3f1a2c92122fabdcba5294f042bc
parent80b201da7d2b53024d595403809906b9205809e2 (diff)
downloadrust-22c39aa8355483796317dfa456b58e5a4be114ef.tar.gz
rust-22c39aa8355483796317dfa456b58e5a4be114ef.zip
Update library/core/src/primitive_docs.rs
-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.
 ///