From 191017f0348c4d9913e23fc0a2a506ee5ae74820 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 18 Jan 2024 03:41:05 +0200 Subject: doc: Fix typos --- doc/gnosis.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/gnosis.org') 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 -- cgit v1.2.3