gnu: sbcl-confidence: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-confidence) [description]: Fix typo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
6bbbd7339e
commit
1197773b13
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ easy to use so that you can quickly start testing.")
|
||||||
(synopsis "Interactive test framework for Common Lisp")
|
(synopsis "Interactive test framework for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Confidence is a test framework for Common Lisp that focuses on
|
"Confidence is a test framework for Common Lisp that focuses on
|
||||||
simplicty. It avoids bureaucracy and makes it easy to work interactively,
|
simplicity. It avoids bureaucracy and makes it easy to work interactively,
|
||||||
without a complicated setup, and with explicit functions and decisions.")
|
without a complicated setup, and with explicit functions and decisions.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue