summaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-05-11 20:53:45 +0200
committerLudovic Courtès <ludo@gnu.org>2026-05-17 22:12:07 +0200
commitc8894c3ca515d9b44fbc5aa0e1e2cc99137e6a67 (patch)
tree46c292817f287ac55762baeb110b37a61bdd2218 /doc/guix-cookbook.texi
parentb373e9926b686c2dca54a84a5121ac6a1cbb5719 (diff)
doc: cookbook: Fix typo.
The typo was introduced in 2cbe77f480fa74f74ef4bd6c7a1606e3f08bb142. * doc/guix-cookbook.texi (Inheritance): Fix typo. Change-Id: I09616d4336ab827ae298e331be7a9117a0b9214c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r--doc/guix-cookbook.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 0277ba01035..022223715ef 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1587,7 +1587,7 @@ noticed that a significant number of them have a @code{inherit} field:
1587 1587
1588All unspecified fields are inherited from the parent package. This is very 1588All unspecified fields are inherited from the parent package. This is very
1589convenient to create alternative packages, for instance with different source, 1589convenient to create alternative packages, for instance with different source,
1590version or compilation options. @xref{Defining Package Variant,,, guix, 1590version or compilation options. @xref{Defining Package Variants,,, guix,
1591GNU Guix Reference Manual}, for a discussion of inheritance and of other 1591GNU Guix Reference Manual}, for a discussion of inheritance and of other
1592ways to create package variants. 1592ways to create package variants.
1593 1593