[PATCH] doc: Fix typo.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Florian Pelz
Owner
unassigned
Submitted by
Florian Pelz
Severity
normal

Debbugs page

Florian Pelz wrote 1 years ago
(address . guix-patches@gnu.org)(name . Florian Pelz)(address . pelzflorian@pelzflorian.de)
20240121133426.30090-1-pelzflorian@pelzflorian.de
Follow-up to 3872ecf274ca53a5c195f6b51081474876897565.

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

Toggle diff (17 lines)
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

base-commit: 2d83a25450d4b820c13d52152e5e9f1bbfb5d985
--
2.41.0
Ludovic Courtès wrote 1 years ago
(name . Florian Pelz)(address . pelzflorian@pelzflorian.de)(address . 68638@debbugs.gnu.org)
87bk9as7dc.fsf@gnu.org
Florian Pelz <pelzflorian@pelzflorian.de> skribis:

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

LGTM, thanks!
pelzflorian (Florian Pelz) wrote 1 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 68638-done@debbugs.gnu.org)
87ede3vbnp.fsf@pelzflorian.de
Thank you for checking, Ludo. :)
Pushed as 2823253484e49391c6ba3c653a2f9e9f5e5f38ae.

Regards,
Florian
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68638@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68638
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help