Skip to content

Commit b54e3e6

Browse files
Update src/librustdoc/html/static/js/externs.js
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 6f9a460 commit b54e3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/externs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ let ResultsTable;
8383
let Results;
8484

8585
/**
86-
* A pair of [inputs, outputs], or 0 for null. This is gets stored in the search index.
86+
* A pair of [inputs, outputs], or 0 for null. This is stored in the search index.
8787
* The JavaScript deserializes this into FunctionSearchType.
8888
*
8989
* An input or output can be encoded as just a number if there is only one of them, AND

0 commit comments

Comments
 (0)