Fix typos
This commit is contained in:
parent
477de790b0
commit
a4f7d7a7cd
@ -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.
|
||||
//!
|
||||
|
@ -1,5 +1,5 @@
|
||||
//! ra_analyzer crate is the brain of Rust analyzer. It relies on the `salsa`
|
||||
//! crate, which provides and incremental on-deman database of facts.
|
||||
//! crate, which provides and incremental on-demand database of facts.
|
||||
|
||||
extern crate fst;
|
||||
extern crate ra_editor;
|
||||
|
Loading…
Reference in New Issue
Block a user