mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Fix comment typo
This commit is contained in:
parent
1ad91a5312
commit
f530c6d852
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ impl Card {
|
|||
(self.queue as i8) < 0
|
||||
}
|
||||
|
||||
/// Returns true of the card has a due date in terms of days.
|
||||
/// Returns true if the card has a due date in terms of days.
|
||||
fn is_due_in_days(&self) -> bool {
|
||||
matches!(self.queue, CardQueue::DayLearn | CardQueue::Review)
|
||||
|| (self.ctype == CardType::Review && self.is_undue_queue())
|
||||
|
|
Loading…
Reference in a new issue