Skip to content

Commit 9002924

Browse files
Update src/ty.md
Co-authored-by: Michael Goulet <[email protected]>
1 parent 814f797 commit 9002924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ HIR is built, some basic type inference and type checking is done. During the ty
7474
figure out what the `ty::Ty` of everything is and we also check if the type of something is
7575
ambiguous. The `ty::Ty` is then used for type checking while making sure everything has the
7676
expected type. The [`astconv` module][astconv] is where the code responsible for converting a
77-
`rustc_hir::Ty` into a `ty::Ty` is located, the main routine used is `ast_ty_to_ty`. This occurs
77+
`rustc_hir::Ty` into a `ty::Ty` is located. The main routine used is `ast_ty_to_ty`. This occurs
7878
during the type-checking phase, but also in other parts of the compiler that want to ask
7979
questions like "what argument types does this function expect?"
8080

0 commit comments

Comments
 (0)