branch: externals/denote-sequence
commit cad20c6e60fcb6332f8cbdd5d6dcbdbae2bc9b1d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix typo in denote-sequence--infer-child doc string
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index bd7725342e..667c2c26b2 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -336,7 +336,7 @@ The implied check here has the same meaning as described in
 (defun denote-sequence--infer-child (sequence)
   "Get likely child of SEQUENCE.
 Do not actually try to create a new child, as that is the duty of
-`denote-sequence--get-new-child').  Instead return a greater level of
+`denote-sequence--get-new-child'.  Instead return a greater level of
 depth given SEQUENCE."
   (pcase-let* ((`(,sequence . ,scheme) (denote-sequence-and-scheme-p sequence))
                (components (denote-sequence-split sequence))

Reply via email to