Improve helper wording
This commit is contained in:
parent
2fe9a33659
commit
1727c7a194
1 changed files with 2 additions and 2 deletions
|
@ -2797,8 +2797,8 @@ function defocusSearchBar() {
|
||||||
|
|
||||||
var infos = [
|
var infos = [
|
||||||
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
|
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
|
||||||
restrict the search to a given type.",
|
restrict the search to a given item kind.",
|
||||||
"Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
|
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
|
||||||
<code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \
|
<code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \
|
||||||
and <code>const</code>.",
|
and <code>const</code>.",
|
||||||
"Search functions by type signature (e.g., <code>vec -> usize</code> or \
|
"Search functions by type signature (e.g., <code>vec -> usize</code> or \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue