diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-05-11 20:53:45 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-05-17 22:12:07 +0200 |
| commit | c8894c3ca515d9b44fbc5aa0e1e2cc99137e6a67 (patch) | |
| tree | 46c292817f287ac55762baeb110b37a61bdd2218 /doc | |
| parent | b373e9926b686c2dca54a84a5121ac6a1cbb5719 (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')
| -rw-r--r-- | doc/guix-cookbook.texi | 2 |
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 | ||
| 1588 | All unspecified fields are inherited from the parent package. This is very | 1588 | All unspecified fields are inherited from the parent package. This is very |
| 1589 | convenient to create alternative packages, for instance with different source, | 1589 | convenient to create alternative packages, for instance with different source, |
| 1590 | version or compilation options. @xref{Defining Package Variant,,, guix, | 1590 | version or compilation options. @xref{Defining Package Variants,,, guix, |
| 1591 | GNU Guix Reference Manual}, for a discussion of inheritance and of other | 1591 | GNU Guix Reference Manual}, for a discussion of inheritance and of other |
| 1592 | ways to create package variants. | 1592 | ways to create package variants. |
| 1593 | 1593 | ||
