From 27c6e59746aecfe0f2be068baf407b7e70b40340 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 20 Feb 2024 00:16:55 +0100 Subject: Fix typo --- org-fc-algo-tn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3