Spelling fix

This commit is contained in:
Damien Elmes 2022-07-22 19:32:31 +10:00
parent 41faa3b61b
commit c13a250173

View file

@ -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)