summaryrefslogtreecommitdiff
path: root/doc/gnosis.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-18 03:41:05 +0200
committerThanos Apollo <[email protected]>2024-01-18 03:47:48 +0200
commit191017f0348c4d9913e23fc0a2a506ee5ae74820 (patch)
tree052ce6301adfee7252c61ef65faf98fac26ed660 /doc/gnosis.org
parent09e5ab4dc87a5db8f111dc1dc13e17ae8648957b (diff)
doc: Fix typos
Diffstat (limited to 'doc/gnosis.org')
-rw-r--r--doc/gnosis.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/gnosis.org b/doc/gnosis.org
index cccd625..8d23a30 100644
--- a/doc/gnosis.org
+++ b/doc/gnosis.org
@@ -221,12 +221,15 @@ Example:
=gnosis-algorithm-ff= is a floating number below 1.
It's used to calculate the next interval upon an unsuccessful review,
-by being multiplied with last interval, if for a note with a value of
-last-interval of 6 days and a ff of 0.5, upon an unsuccessful review
-the next interval will be 6 * 0.5
+by being multiplied with last interval.
-For example:
+
+
+Example:
#+begin_src emacs-lisp
(setq gnosis-algorithm-ff 0.5)
#+end_src
+
+For a note with a value of last-interval of 6 days and a ff of 0.5,
+upon an unsuccessful review the next interval will be 6 * 0.5