From 3d5bd4069f9fc5287d762d4a705597a99f543d33 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 17 Sep 2021 22:11:56 -0700 Subject: [PATCH] Fix typo --- src/graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph.rs b/src/graph.rs index 37e4af361..bd7dbb7ae 100644 --- a/src/graph.rs +++ b/src/graph.rs @@ -119,7 +119,7 @@ impl Edge { } else { // This needs to be more than 40 greater than the // 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. // // TODO: write a test for this case.