Skip to content

Commit

Permalink
fix typo in assignment11/graph.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Muhan Song <[email protected]>
  • Loading branch information
songmuhan committed Oct 9, 2023
1 parent 83dd526 commit 2b51e1c
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 2b51e1c

Please sign in to comment.