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)