[minor] Fix typos
This commit is contained in:
parent
e3ec14385f
commit
bb4a1ec431
2 changed files with 2 additions and 2 deletions
|
|
@ -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"`.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue