diff options
author | Aniket Patil <aniket112.patil@gmail.com> | 2020-10-16 18:18:22 +0530 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-17 22:40:18 +0200 |
commit | 62fc3e375ce5c8a35c488bc67a4dd38773f5b320 (patch) | |
tree | 09284ed84f700da855896f74dbc8a0c240916706 /doc/guix.texi | |
parent | f045a7a9262c0291175533c92cdd73e43d5e2f6b (diff) | |
download | guix-62fc3e375ce5c8a35c488bc67a4dd38773f5b320.tar guix-62fc3e375ce5c8a35c488bc67a4dd38773f5b320.tar.gz |
doc: Fix typo.
* doc/guix.texi (Invoking guix import): Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d22bd41bbb..130985d30f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10400,7 +10400,7 @@ package expressions for all those packages that are not yet in Guix. When @option{--archive=bioconductor} is added, metadata is imported from @uref{https://www.bioconductor.org/, Bioconductor}, a repository of R -packages for for the analysis and comprehension of high-throughput +packages for the analysis and comprehension of high-throughput genomic data in bioinformatics. Information is extracted from the @file{DESCRIPTION} file contained in the |