Spelling fix

This commit is contained in:
Damien Elmes 2022-07-22 19:32:31 +10:00
parent 1e0be26b7e
commit 09eef8e746

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)