diff options
author | Jeremy Kolb <[email protected]> | 2019-01-13 01:40:30 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-01-13 01:40:30 +0000 |
commit | ecf9c203edcf37a5f60fc7455cab56724fb8907a (patch) | |
tree | bfdae37310454a6de19b68d15bde8e4ffbe24e05 /crates | |
parent | eb931c0d9e0877e573622253ae5b05563841037b (diff) |
Fix typos
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_ide_api_light/src/assists.rs | 4 |
1 files 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 @@ | |||
1 | //! This modules contains various "assits": suggestions for source code edits | 1 | //! This modules contains various "assists": suggestions for source code edits |
2 | //! which are likely to occur at a given cursor positon. For example, if the | 2 | //! which are likely to occur at a given cursor positon. For example, if the |
3 | //! cursor is on the `,`, a possible assist is swapping the elments around the | 3 | //! cursor is on the `,`, a possible assist is swapping the elements around the |
4 | //! comma. | 4 | //! comma. |
5 | 5 | ||
6 | mod flip_comma; | 6 | mod flip_comma; |