Skip to content

Commit 18c2d23

Browse files
committed
Merge pull request #344 from rillian/master.
doc fix
2 parents 73ba2dd + 46fd8df commit 18c2d23

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)