Skip to content

Commit 1493200

Browse files
committed
use ===
1 parent eda171d commit 1493200

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
@@ -2718,7 +2718,7 @@ class DocSearch {
27182718
const isMixedCase = normalizedUserQuery !== userQuery;
27192719
const result_list = [];
27202720
const isReturnTypeQuery = parsedQuery.elems.length === 0 ||
2721-
typeInfo == "returned";
2721+
typeInfo === "returned";
27222722
for (const result of results.values()) {
27232723
result.item = this.searchIndex[result.id];
27242724
result.word = this.searchIndex[result.id].word;

0 commit comments

Comments
 (0)