doc: Fix a typo in the Julia build system section.
authorLeo Famulari <leo@famulari.name>
Wed, 31 Mar 2021 18:20:26 +0000 (14:20 -0400)
committerLeo Famulari <leo@famulari.name>
Wed, 31 Mar 2021 18:21:15 +0000 (14:21 -0400)
* doc/guix.texi (julia-build-system): Fix typo.

doc/guix.texi

index af8a514..f08c529 100644 (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}.