Skip to content

Commit e79b3ee

Browse files
authored
s/if the contain/if they contain/ (#576)
1 parent f659c51 commit e79b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timely/src/progress/frontier.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::order::{PartialOrder, TotalOrder};
1010
/// which will evict larger elements to maintain the *minimal* antichain, those incomparable elements
1111
/// no greater than any other element.
1212
///
13-
/// Two antichains are equal if the contain the same set of elements, even if in different orders.
13+
/// Two antichains are equal if they contain the same set of elements, even if in different orders.
1414
/// This can make equality testing quadratic, though linear in the common case that the sequences
1515
/// are identical.
1616
#[derive(Debug, Abomonation, Serialize, Deserialize)]

0 commit comments

Comments
 (0)