diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 2e06d5b1f..a74078951 100644 --- a/src/rustdoc-internals.md +++ b/src/rustdoc-internals.md @@ -78,8 +78,8 @@ Here is the list of passes as of February 2021: in doc comments. - `check-non-autolinks` detects links that could or should be written using - angle brackets (the code behind the nightly-only - `non_autolinks` lint). + angle brackets (the code behind the nightly-only `non_autolinks` + lint). - `collapse-docs` concatenates all document attributes into one document attribute. This is necessary because each line of a doc comment is given as a diff --git a/src/tests/adding.md b/src/tests/adding.md index 8508c2f20..d9b063d5c 100644 --- a/src/tests/adding.md +++ b/src/tests/adding.md @@ -339,8 +339,8 @@ The error levels that you can have are: ## Revisions -Certain classes of tests support "revisions" (as of -February 2021, this includes compile-fail, run-fail, and incremental, though +Certain classes of tests support "revisions" (as of February 2021, +this includes compile-fail, run-fail, and incremental, though incremental tests are somewhat different). Revisions allow a single test file to be used for multiple tests. This is done by adding a special header at the top of the file: