From a233a7ddcb2c576e2225756957d3511b771caea2 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Fri, 23 Aug 2024 11:33:31 -0700 Subject: [PATCH] Update src/rustdoc-internals/search.md Co-authored-by: Guillaume Gomez --- src/rustdoc-internals/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustdoc-internals/search.md b/src/rustdoc-internals/search.md index 148dbd63..133ded9d 100644 --- a/src/rustdoc-internals/search.md +++ b/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.