Archived
1
0
Fork 0

doc: Fix a typo in the Julia build system section.

* doc/guix.texi (julia-build-system): Fix typo.
This commit is contained in:
Leo Famulari 2021-03-31 14:20:26 -04:00
parent ce4ffdef9c
commit 94a463e0a5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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}.