Skip to content

Commit

Permalink
Merge pull request #287 from songmuhan/fix-typo
Browse files Browse the repository at this point in the history
fix typo in assignment11/graph.rs
  • Loading branch information
woojinnn authored Nov 21, 2023
2 parents b7c13cc + 2b51e1c commit d69e797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assignments/assignment11/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl SubGraph {
todo!()
}

/// Adds a node to the subgraph. Returns true iff the node is successfully removed.
/// Removes a node from the subgraph. Returns true iff the node is successfully removed.
pub fn remove_node(&mut self, node: &NodeHandle) -> bool {
todo!()
}
Expand Down

0 comments on commit d69e797

Please sign in to comment.