diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-31 14:20:26 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-31 14:21:15 -0400 |
commit | 94a463e0a5bd571cf908fc413d9c43b8f12f1757 (patch) | |
tree | 601ff146b0d2717490affc1cd1176ab862c0e386 /doc | |
parent | ce4ffdef9c081d8428ea6da115d072235b00d2e1 (diff) | |
download | guix-94a463e0a5bd571cf908fc413d9c43b8f12f1757.tar.gz |
doc: Fix a typo in the Julia build system section.
* doc/guix.texi (julia-build-system): Fix typo.
Diffstat (limited to 'doc')
-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 af8a5149d8..f08c529c63 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7763,7 +7763,7 @@ The Julia package name is read from the file @file{Project.toml}. This value can be overridden by passing the argument @code{#:julia-package-name} (which must be correctly capitalized). -Julia packages usually manage they binary dependencies via +Julia packages usually manage their binary dependencies via @code{JLLWrappers.jl}, a Julia package that creates a module (named after the wrapped library followed by @code{_jll.jl}. |