emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape b53b2ba488 3/3: Small docstring fixup


From: ELPA Syncer
Subject: [elpa] externals/dape b53b2ba488 3/3: Small docstring fixup
Date: Sat, 18 May 2024 09:57:42 -0400 (EDT)

branch: externals/dape
commit b53b2ba4888b1626947bbcdb72f90b629f4e153b
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Small docstring fixup
---
 dape-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape-tests.el b/dape-tests.el
index 1c5482700d..f75d43863e 100644
--- a/dape-tests.el
+++ b/dape-tests.el
@@ -40,7 +40,7 @@
         (line-number-at-pos)))))
 
 (defmacro dape-test--should (pred &optional seconds)
-  "PRED should eventually be non nil during duration SECONDS.'
+  "PRED should eventually be non nil during duration SECONDS.
 If PRED does not eventually return nil, abort the current test as
 failed."
   (let ((seconds (or seconds 10)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]