diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-08-23 23:58:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-23 23:58:37 -0400 |
| commit | 7a3675c3829594ec44629c4262ce715ab8318944 (patch) | |
| tree | 40b048adeb08d2108eb7d81cfb1d04d87e7b6662 /library | |
| parent | ccfe968cc39fed46f063a0ca4c2bb6d694fe3454 (diff) | |
| parent | 399f5e244cfb77b2c3addaeeae6007df5618bb9d (diff) | |
| download | rust-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.rs | 2 |
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: //! |
