diff options
-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; |