branch: externals/hyperbole
commit a1f9bd1ea8f0ee9fc235865249511abcf8611662
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>

    Fix docstring
---
 test/hywiki-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 12681d3c9e..78f5073ea6 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -2200,7 +2200,7 @@ expected result."
                    (hywiki-get-reference-positions (point-min) (point-max))))))
 
 (defun hywiki-tests--remove-keyword-args (lst)
-  "Return LST with a keyworded args removed."
+  "Return LST with keyworded args removed."
   (let ((result nil)
         (skip nil))
     (dolist (item lst result)

Reply via email to