From aa9002c68aeaa54719dd3413fc8a856a35b1d0e0 Mon Sep 17 00:00:00 2001 From: mixio <38652479+mixio@users.noreply.github.com> Date: Mon, 10 May 2021 20:05:32 +0200 Subject: Corrected 2 typos on line 83 --- crates/ide_completion/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide_completion') diff --git a/crates/ide_completion/src/lib.rs b/crates/ide_completion/src/lib.rs index e32633565..645349215 100644 --- a/crates/ide_completion/src/lib.rs +++ b/crates/ide_completion/src/lib.rs @@ -80,7 +80,7 @@ pub use crate::{ // // And the auto import completions, enabled with the `rust-analyzer.completion.autoimport.enable` setting and the corresponding LSP client capabilities. // Those are the additional completion options with automatic `use` import and options from all project importable items, -// fuzzy matched agains the completion imput. +// fuzzy matched against the completion input. // // image::https://user-images.githubusercontent.com/48062697/113020667-b72ab880-917a-11eb-8778-716cf26a0eb3.gif[] -- cgit v1.2.3