We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ccffd commit e47fb48Copy full SHA for e47fb48
src/librustc_data_structures/unify/mod.rs
@@ -241,7 +241,7 @@ impl<K:UnifyKey> sv::SnapshotVecDelegate for Delegate<K> {
241
}
242
243
///////////////////////////////////////////////////////////////////////////
244
-// Base union-find algorithm, where we are just making setes
+// Base union-find algorithm, where we are just making sets
245
246
impl<'tcx,K> UnificationTable<K>
247
where K : UnifyKey<Value=()>,
0 commit comments