branch: externals/denote-sequence
commit 6ada185f54bf94dea6820cc93d12e3a3a80ad11c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix another inaccuracy in denote-sequence-scheme docstring
    
    Thanks again to liyingzhi for bringing this matter to my attention in
    issue 18: <https://github.com/protesilaos/denote-sequence/issues/18>.
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 8e21cfe272..48d7025477 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -86,7 +86,7 @@ is derived via the alternation from numbers to latin 
characters, such
 that 1a2 refers to the second child of the first child of parent 1.
 Because they alternate between numbers and letters, they do not use the
 equals sign.  When a number cannot be represented by a single letter,
-two or more are used instead, such as the number 51 corresponding to
+two or more are used instead, such as the number 50 corresponding to
 zx (z is 26 and x is 24).
 
 Alphanumeric delimited sequences combine elements of the aforementioned.

Reply via email to