1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Add comma after “i.e.” in descriptions.

* 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 <ludo@gnu.org>
This commit is contained in:
Paul A. Patience 2022-07-24 12:19:41 +00:00 committed by Ludovic Courtès
parent e0de48f0e4
commit d1b60cb65b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
6 changed files with 6 additions and 6 deletions

View file

@ -19659,7 +19659,7 @@ while only declaring the test-specific fields.")
Supported metrics are:
@itemize @bullet
@item raw metrics: SLOC, comment lines, blank lines, &c.
@item Cyclomatic Complexity (i.e. McCabes Complexity)
@item Cyclomatic Complexity (i.e., McCabes Complexity)
@item Halstead metrics (all of them)
@item the Maintainability Index (a Visual Studio metric)
@end itemize")