mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #515
515: Fix typos r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
This commit is contained in:
commit
40686722ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user