We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08649a6 commit 561981cCopy full SHA for 561981c
src/internal_scc.rs
@@ -55,7 +55,7 @@ impl SccGraph {
55
56
/// return pair of (# of scc, scc id)
57
pub fn scc_ids(&self) -> (usize, Vec<usize>) {
58
- // In C++ ac-library, this function is implemented by using recursive labmda functions.
+ // In C++ ac-library, this function is implemented by using recursive lambda functions.
59
// Instead, we use fn and struct for capturing environments.
60
struct _Env {
61
g: Csr<_Edge>,
0 commit comments