From ecf9c203edcf37a5f60fc7455cab56724fb8907a Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Sat, 12 Jan 2019 20:40:30 -0500 Subject: Fix typos --- crates/ra_ide_api_light/src/assists.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ra_ide_api_light/src/assists.rs b/crates/ra_ide_api_light/src/assists.rs index 3495ad967..a27ef5da7 100644 --- a/crates/ra_ide_api_light/src/assists.rs +++ b/crates/ra_ide_api_light/src/assists.rs @@ -1,6 +1,6 @@ -//! This modules contains various "assits": suggestions for source code edits +//! This modules contains various "assists": suggestions for source code edits //! which are likely to occur at a given cursor positon. For example, if the -//! cursor is on the `,`, a possible assist is swapping the elments around the +//! cursor is on the `,`, a possible assist is swapping the elements around the //! comma. mod flip_comma; -- cgit v1.2.3