Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 46a3e18

Browse files
authored
Add an "is" and rearange "We next" to "Next, we" (rust-lang#1369)
1 parent 94eeef6 commit 46a3e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ try to recover, parsing a superset of Rust's grammar, while also emitting an err
8383

8484
### HIR lowering
8585

86-
We next take the AST and convert it to [High-Level Intermediate
86+
Next, we take the AST and convert it to [High-Level Intermediate
8787
Representation (HIR)][hir], a more compiler-friendly representation of the
88-
AST. This process called "lowering". It involves a lot of desugaring of things
88+
AST. This process is called "lowering". It involves a lot of desugaring of things
8989
like loops and `async fn`.
9090

9191
We then use the HIR to do [*type inference*] (the process of automatic

0 commit comments

Comments
 (0)