diff options
| author | Michael Howell <michael@notriddle.com> | 2022-06-11 21:45:23 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-06-11 21:45:23 -0700 |
| commit | 22c39aa8355483796317dfa456b58e5a4be114ef (patch) | |
| tree | c9f453eec8ac3f1a2c92122fabdcba5294f042bc | |
| parent | 80b201da7d2b53024d595403809906b9205809e2 (diff) | |
| download | rust-22c39aa8355483796317dfa456b58e5a4be114ef.tar.gz rust-22c39aa8355483796317dfa456b58e5a4be114ef.zip | |
Update library/core/src/primitive_docs.rs
| -rw-r--r-- | library/core/src/primitive_docs.rs | 2 |
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. /// |
