mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Fix some random typos
This commit is contained in:
parent
6fb13cd535
commit
f97a9921df
3 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
//! This crate provides thouse IDE features which use only a single file.
|
||||
//! This crate provides those IDE features which use only a single file.
|
||||
//!
|
||||
//! This usually means functions which take sytnax tree as an input and produce
|
||||
//! an edit or some auxilarly info.
|
||||
//! This usually means functions which take syntax tree as an input and produce
|
||||
//! an edit or some auxiliary info.
|
||||
|
||||
pub mod assists;
|
||||
mod extend_selection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue