transtive_relation: fix typo in comment for parents

This commit is contained in:
Niko Matsakis 2017-12-04 10:46:35 -05:00
parent 7409ffd17e
commit 271616088f

View file

@ -303,7 +303,7 @@ impl<T: Clone + Debug + Eq + Hash + Clone> TransitiveRelation<T> {
/// Given an element A, returns the maximal set {B} of elements B
/// such that
///
/// - A != A
/// - A != B
/// - A R B is true
/// - for each i, j: B[i] R B[j] does not hold
///