Skip to content

Commit 9c3476d

Browse files
Merge pull request #19964 from Wilfred/fix_typos
[minor] Fix typos
2 parents f15267a + e7ae133 commit 9c3476d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir-def/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ pub struct SyntheticSyntax;
12451245
// Crate authors can opt their type out of completions in some cases.
12461246
// This is done with the `#[rust_analyzer::completions(...)]` attribute.
12471247
//
1248-
// All completeable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
1248+
// All completable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
12491249
// which causes the thing to get excluded from flyimport completion. It will still
12501250
// be completed when in scope. This is analogous to the setting `rust-analyzer.completion.autoimport.exclude`
12511251
// with `"type": "always"`.

docs/book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mdbook will rebuild the documentation as changes are made.
1919

2020
## Making updates
2121

22-
While not required, installing the mdbook binary can be helfpul in order to see the changes.
22+
While not required, installing the mdbook binary can be helpful in order to see the changes.
2323
Start with the mdbook [User Guide](https://rust-lang.github.io/mdBook/guide/installation.html) to familiarize yourself with the tool.
2424

2525
## Generated documentation

0 commit comments

Comments
 (0)