We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7c3386 + 37b2897 commit b021beeCopy full SHA for b021bee
src/librustdoc/html/static/search.js
@@ -840,7 +840,7 @@ window.initSearch = function(rawSearchIndex) {
840
* @param {[string]} path [The path of the result]
841
* @param {[string]} keys [The keys to be used (["file", "open"])]
842
* @param {[object]} parent [The parent of the result]
843
- * @return {[boolean]} [Whether the result is valid or not]
+ * @return {boolean} [Whether the result is valid or not]
844
*/
845
function validateResult(name, path, keys, parent) {
846
for (var i = 0, len = keys.length; i < len; ++i) {
0 commit comments