From d1b60cb65b6cb31e814bbbe19c5ece6b1edd21cc Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 24 Jul 2022 12:19:41 +0000 Subject: gnu: Add comma after “i.e.” in descriptions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/bioconductor.scm (r-anota)[description]: Add comma after “i.e.”. * gnu/packages/code.scm (xenon)[description]: Same. * gnu/packages/cran.scm (r-crosstalk)[description]: Same. * gnu/packages/python-xyz.scm (python-radon)[description]: Same. * gnu/packages/statistics.scm (r-logspline)[description]: Same. * gnu/packages/suckless.scm (tabbed)[description]: Same. Signed-off-by: Ludovic Courtès --- gnu/packages/code.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/code.scm') diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 64040270ebf..11df6fd4b23 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -1067,7 +1067,7 @@ Using cscope, you can easily search for where symbols are used and defined.") "Xenon is a monitoring tool based on Radon. It monitors code complexity. Ideally, @code{xenon} is run every time code is committed. Through command line options, various thresholds can be set for the complexity of code. It -will fail (i.e. it will exit with a non-zero exit code) when any of these +will fail (i.e., it will exit with a non-zero exit code) when any of these requirements is not met.") (license license:expat))) -- cgit v1.3