fix typo in assignment11/graph.rs

Signed-off-by: Muhan Song <songmuhan@stu.pku.edu.cn>
This commit is contained in:
Muhan Song
2023-10-09 16:48:22 +08:00
parent 83dd526f50
commit 2b51e1cbd0

View File

@@ -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!()
}