diff options
| author | Michael Howell <michael@notriddle.com> | 2024-08-23 11:33:31 -0700 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-09-15 14:53:28 -0400 |
| commit | 3e1754d78131e1c5cfccba14bf8940ed953ac3e2 (patch) | |
| tree | 2bd341bb383dae4ce2dc4829002041de7b2078f0 /src/doc/rustc-dev-guide | |
| parent | da8d17f34132caf29aeb8e3289aaaa1299981624 (diff) | |
| download | rust-3e1754d78131e1c5cfccba14bf8940ed953ac3e2.tar.gz rust-3e1754d78131e1c5cfccba14bf8940ed953ac3e2.zip | |
Update src/rustdoc-internals/search.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc-internals/search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals/search.md b/src/doc/rustc-dev-guide/src/rustdoc-internals/search.md index 148dbd632ab..133ded9dcbd 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc-internals/search.md +++ b/src/doc/rustc-dev-guide/src/rustdoc-internals/search.md @@ -357,7 +357,7 @@ But it's fast and uses very little memory, so the bloom filter helps. ## Testing the search engine -While the DOM UI code itself is tested using `rustdoc-gui` tests, the +While the generated UI is tested using `rustdoc-gui` tests, the primary way the search engine is tested is the `rustdoc-js` and `rustdoc-js-std` tests. They run in NodeJS. |
