mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: sbcl-trivial-benchmark: Fix trailing whitespace in description.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark)[description]: Fix trailing whitespace.
This commit is contained in:
parent
5e9f5fb23d
commit
f5a935ff3f
1 changed files with 1 additions and 1 deletions
|
@ -13702,7 +13702,7 @@ (define-public sbcl-trivial-benchmark
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue