Skip to content

Commit c7edc38

Browse files
bors[bot]mixio
andauthored
Merge #8793
8793: Corrected 2 typos on line 83 r=Veykril a=mixio Co-authored-by: mixio <[email protected]>
2 parents 07cea5e + aa9002c commit c7edc38

File tree

1 file changed

+1
-1
lines changed
  • crates/ide_completion/src

1 file changed

+1
-1
lines changed

crates/ide_completion/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub use crate::{
8080
//
8181
// And the auto import completions, enabled with the `rust-analyzer.completion.autoimport.enable` setting and the corresponding LSP client capabilities.
8282
// Those are the additional completion options with automatic `use` import and options from all project importable items,
83-
// fuzzy matched agains the completion imput.
83+
// fuzzy matched against the completion input.
8484
//
8585
// image::https://user-images.githubusercontent.com/48062697/113020667-b72ab880-917a-11eb-8778-716cf26a0eb3.gif[]
8686

0 commit comments

Comments
 (0)