Address nits

This commit is contained in:
Niko Matsakis 2015-04-08 19:31:20 -04:00
parent 65ccffd224
commit e47fb489c1

View File

@ -241,7 +241,7 @@ fn reverse(_: &mut Vec<VarValue<K>>, _: ()) {}
}
///////////////////////////////////////////////////////////////////////////
// Base union-find algorithm, where we are just making setes
// Base union-find algorithm, where we are just making sets
impl<'tcx,K> UnificationTable<K>
where K : UnifyKey<Value=()>,