Skip to content

Commit

Permalink
Update rustworkx-core/src/connectivity/isolates.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Oct 11, 2023
1 parent 4eb37d4 commit 8507062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustworkx-core/src/connectivity/isolates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use petgraph::visit::{IntoNeighborsDirected, IntoNodeIdentifiers, NodeIndexable};
use petgraph::Direction::{Incoming, Outgoing};

/// Return the fisolates in a graph object
/// Return the isolates in a graph object
///
/// An isolate is a node without any neighbors meaning it has a degree of 0. For
/// directed graphs this means the in-degree and out-degree are both 0.
Expand Down

0 comments on commit 8507062

Please sign in to comment.