diff mbox series

[bug#68638] doc: Fix typo.

Message ID 20240121133426.30090-1-pelzflorian@pelzflorian.de
State New
Headers show
Series [bug#68638] doc: Fix typo. | expand

Commit Message

pelzflorian (Florian Pelz) Jan. 21, 2024, 1:32 p.m. UTC
Follow-up to 3872ecf274ca53a5c195f6b51081474876897565.

* doc/guix.texi (Complex Configurations): Use correct variable name.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 2d83a25450d4b820c13d52152e5e9f1bbfb5d985

Comments

Ludovic Courtès Jan. 24, 2024, 10:18 p.m. UTC | #1
Florian Pelz <pelzflorian@pelzflorian.de> skribis:

> Follow-up to 3872ecf274ca53a5c195f6b51081474876897565.
>
> * doc/guix.texi (Complex Configurations): Use correct variable name.

LGTM, thanks!
pelzflorian (Florian Pelz) Jan. 27, 2024, 12:54 a.m. UTC | #2
Thank you for checking, Ludo. :)
Pushed as 2823253484e49391c6ba3c653a2f9e9f5e5f38ae.

Regards,
Florian
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index ac17f91f7d..d71b196192 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -43120,7 +43120,7 @@  A clause has the following form:
 the generated record.
 
 @var{type-decl} is either @code{@var{type}} for fields that require a
-value to be set or @code{(@var{type} @var{default})} otherwise.
+value to be set or @code{(@var{type} @var{default-value})} otherwise.
 
 @var{type} is the type of the value corresponding to @var{field-name};
 since Guile is untyped, a predicate