mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix Typos
This commit is contained in:
parent
a5f2b16366
commit
eafb2107dd
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ can be quickly updated for small modifications.
|
||||||
|
|
||||||
Some of the components of this repository are generated through automatic
|
Some of the components of this repository are generated through automatic
|
||||||
processes. `cargo xtask codegen` runs all generation tasks. Generated code is
|
processes. `cargo xtask codegen` runs all generation tasks. Generated code is
|
||||||
commited to the git repository.
|
committed to the git repository.
|
||||||
|
|
||||||
In particular, `cargo xtask codegen` generates:
|
In particular, `cargo xtask codegen` generates:
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ is responsible for guessing a HIR for a particular source position.
|
||||||
Underneath, HIR works on top of salsa, using a `HirDatabase` trait.
|
Underneath, HIR works on top of salsa, using a `HirDatabase` trait.
|
||||||
|
|
||||||
`ra_hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and
|
`ra_hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and
|
||||||
directly query the databse.
|
directly query the database.
|
||||||
|
|
||||||
The top-level `ra_hir` façade crate wraps ids into a more OO-flavored API.
|
The top-level `ra_hir` façade crate wraps ids into a more OO-flavored API.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue