mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
minor: fix typos
This commit is contained in:
parent
237ffa3997
commit
c533ac3573
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
//! applied. So, the relation between syntax and HIR is many-to-one.
|
||||
//!
|
||||
//! HIR is the public API of the all of the compiler logic above syntax trees.
|
||||
//! It is written in "OO" style. Each type is self contained (as in, it knows it's
|
||||
//! It is written in "OO" style. Each type is self contained (as in, it knows its
|
||||
//! parents and full context). It should be "clean code".
|
||||
//!
|
||||
//! `hir_*` crates are the implementation of the compiler logic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue