Skip to content

Commit 1727c7a

Browse files
Improve helper wording
1 parent 2fe9a33 commit 1727c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2797,8 +2797,8 @@ function defocusSearchBar() {
27972797

27982798
var infos = [
27992799
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
2800-
restrict the search to a given type.",
2801-
"Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
2800+
restrict the search to a given item kind.",
2801+
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
28022802
<code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \
28032803
and <code>const</code>.",
28042804
"Search functions by type signature (e.g., <code>vec -&gt; usize</code> or \

0 commit comments

Comments
 (0)