From 80b201da7d2b53024d595403809906b9205809e2 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sat, 11 Jun 2022 20:07:10 -0700 Subject: [PATCH] Update library/std/src/primitive_docs.rs Co-authored-by: Jacob Hoffman-Andrews --- library/std/src/primitive_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///