Skip to content

Commit 1a7132d

Browse files
committed
rustdoc-search: fix incorrect doc comment
1 parent e49122f commit 1a7132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ function initSearch(rawSearchIndex) {
873873
*
874874
* @param {Array<Result>} results_in_args
875875
* @param {Array<Result>} results_returned
876-
* @param {Array<Result>} results_in_args
876+
* @param {Array<Result>} results_others
877877
* @param {ParsedQuery} parsedQuery
878878
*
879879
* @return {ResultsTable}

0 commit comments

Comments
 (0)