Skip to content

Commit 46fd8df

Browse files
committed
Fix a typo in the documentation.
1 parent 73ba2dd commit 46fd8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Comparison with rustboot
9292

9393
Rustc is written in a more "functional" style than rustboot; each rustc pass
9494
tends to depend only on the AST it's given as input, which it does not mutate.
95-
Calculations flow from one pase to another by repeatedly rebuilding the AST
95+
Calculations flow from one phase to another by repeatedly rebuilding the AST
9696
with additional annotations.
9797

9898
Rustboot normalizes to a statement-centric AST. Rustc uses an

0 commit comments

Comments
 (0)