Skip to content

Commit 0e95aa0

Browse files
arhsisJaewoo Kim
authored and
Jaewoo Kim
committed
fix typo in assignment11/graph.rs
Signed-off-by: Muhan Song <[email protected]> (cherry picked from commit 2b51e1c)
1 parent 9e92bf2 commit 0e95aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assignments/assignment11/graph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl SubGraph {
9090
todo!()
9191
}
9292

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

0 commit comments

Comments
 (0)