Spelling fix
This commit is contained in:
parent
1e0be26b7e
commit
09eef8e746
@ -66,7 +66,7 @@ impl DiffContext {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
Chunk::Insert(text) => {
|
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
|
if provided
|
||||||
.last()
|
.last()
|
||||||
.map(|v| v.kind == DiffTokenKind::Good)
|
.map(|v| v.kind == DiffTokenKind::Good)
|
||||||
|
Loading…
Reference in New Issue
Block a user