summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-27 12:07:13 -0700
committerGitHub <noreply@github.com>2022-06-27 12:07:13 -0700
commitb54e3e6c989a2b4b95d6405fccbb2ab2dc450f24 (patch)
tree9f128a0944c067f0cc2a0bcde1fe67e5c11ebe89
parent6f9a460fef36c427f477db4c3c2712267408fcff (diff)
downloadrust-b54e3e6c989a2b4b95d6405fccbb2ab2dc450f24.tar.gz
Update src/librustdoc/html/static/js/externs.js
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
-rw-r--r--src/librustdoc/html/static/js/externs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/js/externs.js b/src/librustdoc/html/static/js/externs.js
index 141d76d59e1..23947d002ab 100644
--- a/src/librustdoc/html/static/js/externs.js
+++ b/src/librustdoc/html/static/js/externs.js
@@ -83,7 +83,7 @@ let ResultsTable;
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.
*
* An input or output can be encoded as just a number if there is only one of them, AND