From 09eef8e746d7f1668db93c8b247f06931ce5b82f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 22 Jul 2022 19:32:31 +1000 Subject: [PATCH] Spelling fix --- rslib/src/typeanswer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/typeanswer.rs b/rslib/src/typeanswer.rs index 007756a26..2e577a7bf 100644 --- a/rslib/src/typeanswer.rs +++ b/rslib/src/typeanswer.rs @@ -66,7 +66,7 @@ impl DiffContext { }); } Chunk::Insert(text) => { - // If the proceeding text was correct, indicate text was missing + // If the preceding text was correct, indicate text was missing if provided .last() .map(|v| v.kind == DiffTokenKind::Good)