Skip to content

Commit 3981656

Browse files
homersimpsonsmark-i-m
authored andcommitted
ty.md: fix a typo
1 parent fe8585a commit 3981656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ defining all of the different kinds of types in the compiler.
6060

6161
> N.B. inspecting the `sty` field on types during type inference can be
6262
> risky, as there may be inference variables and other things to
63-
> consider, or sometimes types are not yet known that will become
64-
> known later.).
63+
> consider, or sometimes types are not yet known and will become
64+
> known later.
6565
6666
To allocate a new type, you can use the various `mk_` methods defined
6767
on the `tcx`. These have names that correspond mostly to the various kinds

0 commit comments

Comments
 (0)