mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Fix typos
This commit is contained in:
parent
477de790b0
commit
a4f7d7a7cd
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
//! A language server scaffold, exposing synchroneous crossbeam-channel based API.
|
||||
//! A language server scaffold, exposing a synchronous crossbeam-channel based API.
|
||||
//! This crate handles protocol handshaking and parsing messages, while you
|
||||
//! control the message dispatch loop yourself.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue