guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: doc: Fix typo in julia-build-system.


From: guix-commits
Subject: 03/12: doc: Fix typo in julia-build-system.
Date: Sat, 20 Mar 2021 17:29:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e64ff72a145c6015965204da9160d5cee895a811
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Sat Jan 30 21:58:01 2021 +0100

    doc: Fix typo in julia-build-system.
    
    * doc/guix.texi (julia-build-system): replace argument wrongly named
      julia-file-name with the correct julia-package-name.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 25aea61..843f2cf 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7749,7 +7749,7 @@ julia} packages, which essentially is similar to running 
@samp{julia -e
 Tests are run by calling @code{/test/runtests.jl}.
 
 The Julia package name is read from the file @file{Project.toml}.  This
-value can be overridden by passing the argument @code{#:julia-file-name}
+value can be overridden by passing the argument @code{#:julia-package-name}
 (which must be correctly capitalized).
 
 For packages requiring shared library dependencies, you may need to write the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]