about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2023-07-18 16:14:42 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-07-18 16:01:21 +0200
commitbed3e64907fc6658e8022ada1f2256cb6ac6f7e5 (patch)
treead7bf3850f435d727c49a774efa2a6c7e0aaeaed /src/doc/rustc-dev-guide
parent491f6b3bf97e4b1bac6f3c80aab0488fdd22a7c1 (diff)
downloadrust-bed3e64907fc6658e8022ada1f2256cb6ac6f7e5.tar.gz
rust-bed3e64907fc6658e8022ada1f2256cb6ac6f7e5.zip
refactor(test/headers.md): make the meaning more obvious
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/headers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/headers.md b/src/doc/rustc-dev-guide/src/tests/headers.md
index 2034fba5ef4..9d925129584 100644
--- a/src/doc/rustc-dev-guide/src/tests/headers.md
+++ b/src/doc/rustc-dev-guide/src/tests/headers.md
@@ -28,7 +28,7 @@ Header commands can be standalone (like `// run-pass`) or take a value (like
 ## Header commands
 
 The following is a list of header commands.
-Commands are linked to sections the describe the command in more detail if available.
+Commands are linked to sections that describe the command in more detail if available.
 This list may not be exhaustive.
 Header commands can generally be found by browsing the `TestProps` structure
 found in [`header.rs`] from the compiletest source.