Skip to content

Commit

Permalink
s/if the contain/if they contain/
Browse files Browse the repository at this point in the history
  • Loading branch information
akesling authored Aug 21, 2024
1 parent f659c51 commit eff0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timely/src/progress/frontier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::order::{PartialOrder, TotalOrder};
/// which will evict larger elements to maintain the *minimal* antichain, those incomparable elements
/// no greater than any other element.
///
/// 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.
/// This can make equality testing quadratic, though linear in the common case that the sequences
/// are identical.
#[derive(Debug, Abomonation, Serialize, Deserialize)]
Expand Down

0 comments on commit eff0536

Please sign in to comment.