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

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

[nongnu] elpa/buttercup 0e6c09e 271/340: Correct the assume docstring


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 0e6c09e 271/340: Correct the assume docstring
Date: Thu, 16 Dec 2021 14:59:49 -0500 (EST)

branch: elpa/buttercup
commit 0e6c09ecebf0dc8ae350b2db4a1d8e8d2f57a7ae
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Correct the assume docstring
---
 buttercup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buttercup.el b/buttercup.el
index 4315f49..1bbbf90 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -179,7 +179,7 @@ FORMAT and ARGS are passed to `format'."
   (signal 'buttercup-pending (apply #'format format args)))
 
 (defmacro assume (condition &optional message)
-  "Assume CONDITIION for the current test.
+  "Assume CONDITION for the current test.
 
 Assume that CONDITION evaluates to non-nil in the current test.
 If it evaluates to nil cancel the current test with MESSAGE. If



reply via email to

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