about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-25 17:31:50 +0200
committerGitHub <noreply@github.com>2025-04-25 17:31:50 +0200
commit99dc43b7178445e3e7eacd10630dfbfadefab560 (patch)
tree575af058b63ced053b3e45fbd2ccc2f8cebf4b71
parent432393972cf324f79df5076da3937757dfbfca7c (diff)
parent8604d0fd341d953226564d937320519beb8700c7 (diff)
downloadrust-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.md2
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