From: Marco Baringer Date: Tue, 24 Jan 2006 11:37:54 +0000 (+0100) Subject: Fix thinko in test's docstring X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4444b7fb7a9cc1865b49e254e1964b8581ce2bb2;p=fiveam.git Fix thinko in test's docstring --- 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)