edge_only_predecessors
Wilfred Hughes 2021-09-17 22:11:56 +07:00
parent 457e1833ae
commit 3d5bd4069f
1 changed files with 1 additions and 1 deletions

@ -119,7 +119,7 @@ impl Edge {
} else { } else {
// This needs to be more than 40 greater than the // This needs to be more than 40 greater than the
// contiguous case. Otherwise, we end up choosing // contiguous case. Otherwise, we end up choosing
// a badly positioned unchanged elimiter just // a badly positioned unchanged delimiter just
// because it has a better depth difference. // because it has a better depth difference.
// //
// TODO: write a test for this case. // TODO: write a test for this case.