Fix some comments

Signed-off-by: zhetaicheleba <taicheleba@outlook.com>
This commit is contained in:
zhetaicheleba
2025-10-15 14:23:28 +08:00
parent 235a4c083e
commit 07df2adbdf
4 changed files with 4 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ enum NodeState<N, S, A: Annotation> {
#[derive(Copy, Clone, Debug)]
enum WalkReturn<S, A: Annotation> {
/// The walk found a cycle, but the entire component is not known to have
/// been fully walked yet. We only know the minimum depth of this
/// been fully walked yet. We only know the minimum depth of this
/// component in a minimum spanning tree of the graph. This component
/// is tentatively represented by the state of the first node of this
/// cycle we met, which is at `min_depth`.