about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-08-23 23:58:37 -0400
committerGitHub <noreply@github.com>2025-08-23 23:58:37 -0400
commit7a3675c3829594ec44629c4262ce715ab8318944 (patch)
tree40b048adeb08d2108eb7d81cfb1d04d87e7b6662 /library
parentccfe968cc39fed46f063a0ca4c2bb6d694fe3454 (diff)
parent399f5e244cfb77b2c3addaeeae6007df5618bb9d (diff)
downloadrust-7a3675c3829594ec44629c4262ce715ab8318944.tar.gz
rust-7a3675c3829594ec44629c4262ce715ab8318944.zip
Rollup merge of #145799 - ada4a:patch-3, r=GuillaumeGomez
std/src/lib.rs: mention "search button" instead of "search bar"

r? ```@GuillaumeGomez```
Diffstat (limited to 'library')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index ab417b6c72f..f0de03c9a28 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -15,7 +15,7 @@
 //!
 //! If you already know the name of what you are looking for, the fastest way to
 //! find it is to use the <a href="#" onclick="window.searchState.focus();">search
-//! bar</a> at the top of the page.
+//! button</a> at the top of the page.
 //!
 //! Otherwise, you may want to jump to one of these useful sections:
 //!