Skip to content

Commit

Permalink
Minor grammar fix (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
grammar-police committed Jan 7, 2023
1 parent 6303db2 commit 5d4ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ impl<N> Cycle<N> {
#[derive(Clone, Debug, PartialEq)]
pub struct NegativeCycle(pub ());

/// Return `true` if the graph is bipartite. A graph is bipartite if it's nodes can be divided into
/// Return `true` if the graph is bipartite. A graph is bipartite if its nodes can be divided into
/// two disjoint and indepedent sets U and V such that every edge connects U to one in V. This
/// algorithm implements 2-coloring algorithm based on the BFS algorithm.
///
Expand Down

0 comments on commit 5d4ae03

Please sign in to comment.