Fix a typo in the documentation.

This commit is contained in:
Ralph Giles 2011-05-01 00:16:00 -07:00
parent 73ba2dd4c7
commit 46fd8dfe21

View File

@ -92,7 +92,7 @@ Comparison with rustboot
Rustc is written in a more "functional" style than rustboot; each rustc pass
tends to depend only on the AST it's given as input, which it does not mutate.
Calculations flow from one pase to another by repeatedly rebuilding the AST
Calculations flow from one phase to another by repeatedly rebuilding the AST
with additional annotations.
Rustboot normalizes to a statement-centric AST. Rustc uses an