Skip to content

Commit 083c128

Browse files
Rollup merge of #109820 - notriddle:notriddle/help-comma, r=camelid
rustdoc-search: update docs for comma in `?` help popover
2 parents 32842e8 + 54ef3a4 commit 083c128

File tree

1 file changed

+1
-3
lines changed
  • src/librustdoc/html/static/js

1 file changed

+1
-3
lines changed

src/librustdoc/html/static/js/main.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,7 @@ function preLoadCss(cssUrl) {
10161016
<code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \
10171017
and <code>const</code>.",
10181018
"Search functions by type signature (e.g., <code>vec -&gt; usize</code> or \
1019-
<code>-&gt; vec</code>)",
1020-
"Search multiple things at once by splitting your query with comma (e.g., \
1021-
<code>str,u8</code> or <code>String,struct:Vec,test</code>)",
1019+
<code>-&gt; vec</code> or <code>String, enum:Cow -&gt; bool</code>)",
10221020
"You can look for items with an exact name by putting double quotes around \
10231021
your request: <code>\"string\"</code>",
10241022
"Look for items inside another one by searching for a path: <code>vec::Vec</code>",

0 commit comments

Comments
 (0)