Skip to content

Commit 6f1f3eb

Browse files
committed
Update comment on search.js static file.
1 parent a245642 commit 6f1f3eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustdoc/html/static_files.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ crate static NORMALIZE_CSS: &str = include_str!("static/normalize.css");
2424
/// including search behavior and docblock folding, among others.
2525
crate static MAIN_JS: &str = include_str!("static/main.js");
2626

27-
/// The file contents of `search-index.js`, which contains the search behavior,
28-
/// and into which is interpolated the search index.
27+
/// The file contents of `search.js`, which contains the search behavior.
2928
crate static SEARCH_JS: &str = include_str!("static/search.js");
3029

3130
/// The file contents of `settings.js`, which contains the JavaScript used to handle the settings

0 commit comments

Comments
 (0)