Skip to content

Commit bdef907

Browse files
committed
Clarify a comment
...at least I think this is what was meant.
1 parent e2d18c9 commit bdef907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ fn type_kind(cx: ctxt, ty: t) -> kind {
14111411
ret result;
14121412
}
14131413

1414-
// True if instantiating an instance of `ty` requires an instead of `r_ty`.
1414+
// True if instantiating an instance of `ty` requires an instance of `r_ty`.
14151415
fn is_instantiable(cx: ctxt, r_ty: t) -> bool {
14161416

14171417
fn type_requires(cx: ctxt, seen: @mut [def_id],

0 commit comments

Comments
 (0)