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

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
Michael Howell 2022-06-27 12:07:13 -07:00 committed by GitHub
parent 6f9a460fef
commit b54e3e6c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ let ResultsTable;
let Results; let Results;
/** /**
* A pair of [inputs, outputs], or 0 for null. This is gets stored in the search index. * A pair of [inputs, outputs], or 0 for null. This is stored in the search index.
* The JavaScript deserializes this into FunctionSearchType. * The JavaScript deserializes this into FunctionSearchType.
* *
* An input or output can be encoded as just a number if there is only one of them, AND * An input or output can be encoded as just a number if there is only one of them, AND