about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-04-14 12:17:24 -0700
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-04-14 12:17:24 -0700
commit6f1f3eb516a433f4b32ab7298409015555b1cef6 (patch)
treee45a98fff24a266220091137c4d7479194c20f83
parenta245642cabda4bc0fbb8139e383294b2796ad35f (diff)
downloadrust-6f1f3eb516a433f4b32ab7298409015555b1cef6.tar.gz
rust-6f1f3eb516a433f4b32ab7298409015555b1cef6.zip
Update comment on search.js static file.
-rw-r--r--src/librustdoc/html/static_files.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustdoc/html/static_files.rs b/src/librustdoc/html/static_files.rs
index a9c23a24c14..2b73bd5d52e 100644
--- a/src/librustdoc/html/static_files.rs
+++ b/src/librustdoc/html/static_files.rs
@@ -24,8 +24,7 @@ crate static NORMALIZE_CSS: &str = include_str!("static/normalize.css");
 /// including search behavior and docblock folding, among others.
 crate static MAIN_JS: &str = include_str!("static/main.js");
 
-/// The file contents of `search-index.js`, which contains the search behavior,
-/// and into which is interpolated the search index.
+/// The file contents of `search.js`, which contains the search behavior.
 crate static SEARCH_JS: &str = include_str!("static/search.js");
 
 /// The file contents of `settings.js`, which contains the JavaScript used to handle the settings