Update comment on search.js static file.
This commit is contained in:
parent
a245642cab
commit
6f1f3eb516
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue