Skip to content

Commit 561981c

Browse files
committed
Fix typo
1 parent 08649a6 commit 561981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal_scc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl SccGraph {
5555

5656
/// return pair of (# of scc, scc id)
5757
pub fn scc_ids(&self) -> (usize, Vec<usize>) {
58-
// In C++ ac-library, this function is implemented by using recursive labmda functions.
58+
// In C++ ac-library, this function is implemented by using recursive lambda functions.
5959
// Instead, we use fn and struct for capturing environments.
6060
struct _Env {
6161
g: Csr<_Edge>,

0 commit comments

Comments
 (0)