branch: externals/dash
commit 631faab74ff58030c8904ef0ea22f8eeb157380b
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix typo in docstring
---
dash.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dash.el b/dash.el
index 11f20faaac..d90071750f 100644
--- a/dash.el
+++ b/dash.el
@@ -2919,7 +2919,7 @@ Return nil if `-compare-fn' is not a known test function."
(declare (side-effect-free error-free))
;; In theory this could also recognize values that are custom
;; `hash-table-test's, but too often the :test name is different
- ;; from the equality function, so it doesn't seem worthwile.
+ ;; from the equality function, so it doesn't seem worthwhile.
(car (memq (or -compare-fn #'equal) '(equal eq eql))))
(defvar dash--short-list-length 32