about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-11 20:07:10 -0700
committerGitHub <noreply@github.com>2022-06-11 20:07:10 -0700
commit80b201da7d2b53024d595403809906b9205809e2 (patch)
tree82ad11860fb515ab0e677cfb03221ec9c353e9d1
parent28bd1a4847ab2f016e0b191a1dbd15b48675e84d (diff)
downloadrust-80b201da7d2b53024d595403809906b9205809e2.tar.gz
rust-80b201da7d2b53024d595403809906b9205809e2.zip
Update library/std/src/primitive_docs.rs
Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
-rw-r--r--library/std/src/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs
index c423acd7047..a19840ac576 100644
--- a/library/std/src/primitive_docs.rs
+++ b/library/std/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.
 ///