mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Fix typos
This commit is contained in:
parent
eb931c0d9e
commit
ecf9c203ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
//! 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.
|
//! comma.
|
||||||
|
|
||||||
mod flip_comma;
|
mod flip_comma;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue