summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-20 00:16:55 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-20 00:16:55 +0100
commit27c6e59746aecfe0f2be068baf407b7e70b40340 (patch)
tree93fdf20cf0664e6d579186d740af9b81e2528444
parent14c5ff40e872d0d00fdeca93571d12f0fb3520b9 (diff)
Fix typo
-rw-r--r--org-fc-algo-tn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-algo-tn.el b/org-fc-algo-tn.el
index d882156..974aeae 100644
--- a/org-fc-algo-tn.el
+++ b/org-fc-algo-tn.el
@@ -20,7 +20,7 @@ EASE, BOX and INTERVAL are the current parameters of the card."
(correct t)
(next-ease
(cond
- (incorrect-at-edge (1+ easy))
+ (incorrect-at-edge (1+ ease))
(incorrect (1+ ease))
(correct ease)))
(next-box