Skip to content

Commit 0a36cfc

Browse files
committed
Add an "is" and rearange "We next" to "Next, we"
1 parent c4d5a69 commit 0a36cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overview.md

+2-2
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)