diff options
| -rw-r--r-- | src/librustdoc/html/static/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/main.js b/src/librustdoc/html/static/main.js index 462a696dee6..c2c482cd455 100644 --- a/src/librustdoc/html/static/main.js +++ b/src/librustdoc/html/static/main.js @@ -2797,8 +2797,8 @@ function defocusSearchBar() { var infos = [ "Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \ - restrict the search to a given type.", - "Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \ + restrict the search to a given item kind.", + "Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \ <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \ and <code>const</code>.", "Search functions by type signature (e.g., <code>vec -> usize</code> or \ |
