Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Nov 21, 2023
1 parent 04626dc commit 1b01a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack-graphs/src/cycles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ where
}
}

/// Add a apth, and determine whether we should process this path during the path-finding algorithm.
/// Add a path, and determine whether we should process this path during the path-finding algorithm.
/// If we have seen a path with the same start and end node, and the same pre- and postcondition, then
/// we return false. Otherwise, we return true.
pub fn add_path<Cmp>(
Expand Down

1 comment on commit 1b01a8c

@Arthur175381
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[126019846_1274752436223487_409530587990878637_n.pdf](https://github.com/github/stack-graphs/files/14965012/126019846_1274752436223487_409530587990878637_n.pdf)

Please sign in to comment.