Skip to content

Commit 2e1c499

Browse files
committed
clean up wording/grammar and mention double quotes
1 parent 174678d commit 2e1c499

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- [Parallel Compilation](./parallel-rustc.md)
9696
- [Rustdoc internals](./rustdoc-internals.md)
9797
- [Search](./rustdoc-internals/search.md)
98-
- [the `rustdoc` test suite](./rustdoc-internals/rustdoc-test-suite.md)
98+
- [The `rustdoc` test suite](./rustdoc-internals/rustdoc-test-suite.md)
9999
# Source Code Representation
100100

101101
- [Prologue](./part-3-intro.md)

Diff for: src/rustdoc-internals/rustdoc-test-suite.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# the `rustdoc` test suite
1+
# The `rustdoc` test suite
22

3-
This page is specifically about the `rustdoc` test suite, for other test suites used for testing rustdoc, see [Rustdoc § Tests](../rustdoc.md#tests).
3+
This page is specifically about the test suite named `rustdoc`, for other test suites used for testing rustdoc, see [Rustdoc Tests](../rustdoc.md#tests).
44

55
The `rustdoc` test suite is specifically used to test the HTML output of rustdoc.
66

@@ -20,7 +20,8 @@ so it is conventional to use a `#![crate_name = "foo"]` attribute to avoid
2020
having to write a long crate name multiple times.
2121
To avoid repetion, `-` can be used in any `PATH` argument to re-use the previous `PATH` argument.
2222

23-
All arguments take the form of quoted strings,
23+
All arguments take the form of quoted strings
24+
(both single and double quotes are supported),
2425
with the exception of `COUNT` and the special `-` form of `PATH`.
2526

2627
Directives are assertions that place constraints on the generated HTML.

0 commit comments

Comments
 (0)