Update comment on search.js static file.

This commit is contained in:
Jacob Hoffman-Andrews 2021-04-14 12:17:24 -07:00
parent a245642cab
commit 6f1f3eb516

View file

@ -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