diff options
| author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-04-14 12:17:24 -0700 |
|---|---|---|
| committer | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-04-14 12:17:24 -0700 |
| commit | 6f1f3eb516a433f4b32ab7298409015555b1cef6 (patch) | |
| tree | e45a98fff24a266220091137c4d7479194c20f83 | |
| parent | a245642cabda4bc0fbb8139e383294b2796ad35f (diff) | |
| download | rust-6f1f3eb516a433f4b32ab7298409015555b1cef6.tar.gz rust-6f1f3eb516a433f4b32ab7298409015555b1cef6.zip | |
Update comment on search.js static file.
| -rw-r--r-- | src/librustdoc/html/static_files.rs | 3 |
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 |
