Skip to content

Commit ce43341

Browse files
Update src/librustdoc/html/render/search_index.rs
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 28db4cc commit ce43341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/search_index.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ pub(crate) fn build_index<'tcx>(
535535
desc.iter().map(|(len, _)| *len).sum::<usize>() + emptydesc.len()
536536
);
537537

538-
// The index, which is actually used to search, is JSON
538+
// The index, which is actually used to search, is JSON.
539539
// It uses `JSON.parse(..)` to actually load, since JSON
540540
// parses faster than the full JavaScript syntax.
541541
let index = format!(

0 commit comments

Comments
 (0)