diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:58:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:34 +0200 |
commit | 48358a25ca14d159d85b9d9ae3e6d20e970941cf (patch) | |
tree | a0a46d2080c566c11b8d41c2375fdee07e474c01 | |
parent | a036f3ea2d3c926f6cb8afe25d4eb0bbf31d5b89 (diff) | |
download | guix-48358a25ca14d159d85b9d9ae3e6d20e970941cf.tar.gz |
gnu: r-gagedata: Fix typo in synopsis.
* gnu/packages/bioconductor.scm (r-gagedata)[synopsis]: Fix typo and add article.
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 5ade0597b0..6b5c0a0391 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1087,7 +1087,7 @@ package @code{affy}.") (properties `((upstream-name . "gageData"))) (build-system r-build-system) (home-page "https://bioconductor.org/packages/gageData") - (synopsis "Auxillary data for gage package") + (synopsis "Auxiliary data for the gage package") (description "This is a supportive data package for the software package @code{gage}. However, the data supplied here are also useful for gene set or pathway |