We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee634e3 + 99dbb1d commit bbdf645Copy full SHA for bbdf645
src/librustc/middle/trans/base.rs
@@ -20,7 +20,7 @@
20
// * There's no way to find out the ty::t type of a ValueRef. Doing so
21
// would be "trying to get the eggs out of an omelette" (credit:
22
// pcwalton). You can, instead, find out its TypeRef by calling val_ty,
23
-// but many TypeRefs correspond to one ty::t; for instance, tup(int, int,
+// but one TypeRef corresponds to many `ty::t`s; for instance, tup(int, int,
24
// int) and rec(x=int, y=int, z=int) will have the same TypeRef.
25
26
0 commit comments