From 4444b7fb7a9cc1865b49e254e1964b8581ce2bb2 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Tue, 24 Jan 2006 12:37:54 +0100 Subject: [PATCH] Fix thinko in test's docstring --- src/test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.lisp b/src/test.lisp index 82b0c6c..2e3020a 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -16,7 +16,7 @@ names to objects.") (defmacro test (name &body body) - "Create a suite named NAME. If NAME is a list it must be of the + "Create a test named NAME. If NAME is a list it must be of the form: (name &key depends-on suite) -- 1.7.10.4