diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-25 17:31:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-25 17:31:50 +0200 |
| commit | 99dc43b7178445e3e7eacd10630dfbfadefab560 (patch) | |
| tree | 575af058b63ced053b3e45fbd2ccc2f8cebf4b71 | |
| parent | 432393972cf324f79df5076da3937757dfbfca7c (diff) | |
| parent | 8604d0fd341d953226564d937320519beb8700c7 (diff) | |
| download | rust-99dc43b7178445e3e7eacd10630dfbfadefab560.tar.gz rust-99dc43b7178445e3e7eacd10630dfbfadefab560.zip | |
Rollup merge of #140290 - styvane:patch0001-fix-typo-in-rusdoc-search, r=GuillaumeGomez
rustdoc: fix typo change from equivelent to equivalent This PR fixes a typo in the search section in `rustdoc` book.
| -rw-r--r-- | src/doc/rustdoc/src/read-documentation/search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/read-documentation/search.md b/src/doc/rustdoc/src/read-documentation/search.md index bace2f5f953..5635f68b1b3 100644 --- a/src/doc/rustdoc/src/read-documentation/search.md +++ b/src/doc/rustdoc/src/read-documentation/search.md @@ -89,7 +89,7 @@ the standard library and functions that are included in the results list: ### Non-functions in type-based search Certain items that are not functions are treated as though they -were a semantically equivelent function. +were a semantically equivalent function. For example, struct fields are treated as though they were getter methods. This means that a search for `CpuidResult -> u32` will show |
