From f5a935ff3f3f86d60cbbb5d9a6e9d66f112169c5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:31:51 -0800 Subject: gnu: sbcl-trivial-benchmark: Fix trailing whitespace in description. * gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark)[description]: Fix trailing whitespace. --- gnu/packages/lisp-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 77b4cda4b7..160e35d830 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13702,7 +13702,7 @@ for debugging and profiling real world applications.") statistical data for it. On SBCL this includes the data from @code{time}, for all other implementations just the @code{real-time} and @code{run-time} data. However, you can extend the system by adding your own @code{metrics} to it, or -even by adding additional statistical @code{compute}ations. ") +even by adding additional statistical @code{compute}ations.") (license license:zlib)))) (define-public cl-trivial-benchmark -- cgit v1.2.3