From f0e0c3260d34ba5629897901807d722ebf82838a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 16 Jan 2024 11:44:09 +0200 Subject: gnosis-algorithm-next-interval: Update docstring --- gnosis-algorithm.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index 2dcd33d..7f0a3ea 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -109,10 +109,10 @@ The structure of the given date is (YEAR MONTH DAY)." - SUCCESS : Success of the recall, ranges from 0 (unsuccessful) to 1 (successful). - FF: Failure factor -- SUCCESSFUL-REVIEWS : Number of successful reviews in a row. +- SUCCESSFUL-REVIEWS : Number of successful reviews. -Returns a tuple: (INTERVAL N EF) where, -- Next review date in (year month day) format. +Returns a list of: (INTERVAL N EF) where, +- Next review date in (yyyy mm dd) format. - N : Incremented by 1. - EF : Modified based on the recall success for the item." (cl-assert (and (>= success 0) -- cgit v1.2.3