diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-24 10:41:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 10:41:46 +0200 |
| commit | 8e0de0b11cd5106f0b65749ad5d6601bd3669409 (patch) | |
| tree | b6392f937bc92abc41e3d525bfdd83178bfab4ce | |
| parent | b08943a92082418f9f5449f74e3334a32b50997a (diff) | |
| parent | 62ec34bf5b254a3470fe74042a0ad2a53e56baed (diff) | |
| download | rust-8e0de0b11cd5106f0b65749ad5d6601bd3669409.tar.gz rust-8e0de0b11cd5106f0b65749ad5d6601bd3669409.zip | |
Merge pull request #2303 from rust-lang/tshepang-patch-2
typo
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md index 471dd29f74f..169b95a7e1a 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md +++ b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md @@ -5,7 +5,7 @@ For other test suites used for testing rustdoc, see [Rustdoc tests](../rustdoc.m The `rustdoc` test suite is specifically used to test the HTML output of rustdoc. -This is achived by means of `htmldocck.py`, a custom checker script that leverages [XPath]. +This is achieved by means of `htmldocck.py`, a custom checker script that leverages [XPath]. [XPath]: https://en.wikipedia.org/wiki/XPath |
