Skip to content

Commit f374dce

Browse files
committed
clarify typo pr guidance
1 parent aba7507 commit f374dce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/doc/rustc-dev-guide/src/contributing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,10 @@ You can also use `rustdoc` directly to check small fixes. For example,
370370
`rustdoc src/doc/reference.md` will render reference to `doc/reference.html`.
371371
The CSS might be messed up, but you can verify that the HTML is right.
372372

373-
Please notice that at this time we don't accept typography/spellcheck fixes to **internal documentation** (example:
374-
tests, library or compiler code) as it's usually not worth the churn or the review time.
373+
Please notice that we don't accept typography/spellcheck fixes to **internal documentation**
374+
as it's usually not worth the churn or the review time.
375+
Examples of internal documentation is code comments and rustc api docs.
376+
However, feel free to fix those if accompanied by other improvements in the same PR.
375377

376378
### Contributing to rustc-dev-guide
377379

0 commit comments

Comments
 (0)