Merge pull request #19964 from Wilfred/fix_typos

[minor] Fix typos
This commit is contained in:
Chayim Refael Friedman 2025-06-10 12:32:44 +00:00 committed by GitHub
commit 9c3476d225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1245,7 +1245,7 @@ pub struct SyntheticSyntax;
// Crate authors can opt their type out of completions in some cases.
// This is done with the `#[rust_analyzer::completions(...)]` attribute.
//
// All completeable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
// All completable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
// which causes the thing to get excluded from flyimport completion. It will still
// be completed when in scope. This is analogous to the setting `rust-analyzer.completion.autoimport.exclude`
// with `"type": "always"`.

View File

@ -19,7 +19,7 @@ mdbook will rebuild the documentation as changes are made.
## Making updates
While not required, installing the mdbook binary can be helfpul in order to see the changes.
While not required, installing the mdbook binary can be helpful in order to see the changes.
Start with the mdbook [User Guide](https://rust-lang.github.io/mdBook/guide/installation.html) to familiarize yourself with the tool.
## Generated documentation