diff --git a/src/assignments/assignment11/graph.rs b/src/assignments/assignment11/graph.rs index 441b8a5..77b8586 100644 --- a/src/assignments/assignment11/graph.rs +++ b/src/assignments/assignment11/graph.rs @@ -90,7 +90,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!() }