We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f659c51 commit e79b3eeCopy full SHA for e79b3ee
timely/src/progress/frontier.rs
@@ -10,7 +10,7 @@ use crate::order::{PartialOrder, TotalOrder};
10
/// which will evict larger elements to maintain the *minimal* antichain, those incomparable elements
11
/// no greater than any other element.
12
///
13
-/// Two antichains are equal if the contain the same set of elements, even if in different orders.
+/// Two antichains are equal if they contain the same set of elements, even if in different orders.
14
/// This can make equality testing quadratic, though linear in the common case that the sequences
15
/// are identical.
16
#[derive(Debug, Abomonation, Serialize, Deserialize)]
0 commit comments