diff --git a/src/assignments/assignment11/graph.rs b/src/assignments/assignment11/graph.rs index 7f8f823ef..08f812201 100644 --- a/src/assignments/assignment11/graph.rs +++ b/src/assignments/assignment11/graph.rs @@ -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!() }