mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Spelling fix
This commit is contained in:
parent
1e0be26b7e
commit
09eef8e746
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue