branch: elpa/typst-ts-mode
commit 56b6cba6997582954a9b552fce6870fedf21054c
Author: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>
Commit: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>

    fix: warning about imperative
---
 typst-ts-editing.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typst-ts-editing.el b/typst-ts-editing.el
index c626bd8ac5..6247d175b5 100644
--- a/typst-ts-editing.el
+++ b/typst-ts-editing.el
@@ -129,7 +129,7 @@ When point is not on an item node return nil."
     (set-marker marker2-end nil)))
 
 (defun typst-ts-mode-item--move (direction)
-  "Moves item node up or down (swap).
+  "Move item node up or down (swap).
 DIRECTION should be `up' or `down'."
   (let* ( previous current next swap-with numbered-p
           (bind (lambda ()

Reply via email to