diff options
author | Thanos Apollo <[email protected]> | 2024-03-05 03:44:20 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-05 03:44:20 +0200 |
commit | f2fe739076e095e4c701593fc1978a6268a0d3a0 (patch) | |
tree | 0ab3f28217ff4247e10a61b4b7914ab5b4948fea /gnosis.el | |
parent | a140dea269703c52c7dc86931dec1c17d8928816 (diff) |
package: Update commentary
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -29,11 +29,10 @@ ;; format & reviewed in spaced intervals, determined by the success or ;; failure to recall a given answer for question. -;; Gnosis implements a highly customizable algorithm, inspired by SM-2 -;; that is used by Anki. Gnosis algorithm does not use user's -;; subjective rating of a note to determine the next review interval, -;; but instead uses the user's success or failure in recalling the -;; answer of a note. +;; Gnosis implements a highly customizable algorithm, inspired by SM-2. +;; Gnosis algorithm does not use user's subjective rating of a note to +;; determine the next review interval, but instead uses the user's +;; success or failure in recalling the answer of a note. ;;; Code: |