diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:21:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:21:10 +0200 |
| commit | 770a6fcb48cfbe1fff078013edebb58a0be9a997 (patch) | |
| tree | b294e1c5da5efb8ebc00290eefddd5d87aea3bee /src/doc/rustc-dev-guide | |
| parent | 1a20e2193e7996370dfa280c8d9edde0656e005a (diff) | |
| download | rust-770a6fcb48cfbe1fff078013edebb58a0be9a997.tar.gz rust-770a6fcb48cfbe1fff078013edebb58a0be9a997.zip | |
remove implied text
"how much to trust" implies the opposite
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 09a7f912b98..579a2439fb8 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -373,7 +373,7 @@ Just a few things to keep in mind: There is no strict limit on line lengths; let the sentence or part of the sentence flow to its proper end on the same line. - When contributing text to the guide, please contextualize the information with some time period - and/or a reason so that the reader knows how much to trust or mistrust the information. + and/or a reason so that the reader knows how much to trust the information. Aim to provide a reasonable amount of context, possibly including but not limited to: - A reason for why the data may be out of date other than "change", |
