guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6bdc69c618c599d61af6084dc9c3986cd66deb28
Author: Herman Rimm <[email protected]>
AuthorDate: Sat Sep 14 09:14:51 2024 +0200

    records: Fix match-record description.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 guix/records.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/records.scm b/guix/records.scm
index 23a79dbd43..82fe377e69 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -665,7 +665,7 @@ to thunked values.  Raise a syntax violation when the field 
is not found."
 
 (define-syntax match-record
   (syntax-rules ()
-    "Bind each FIELD of a RECORD of the given TYPE to it's FIELD name.
+    "Bind each FIELD of a RECORD of the given TYPE to its FIELD name.
 The order in which fields appear does not matter.  A syntax error is raised if
 an unknown field is queried."
     ((_ record type (fields ...) body ...)

Reply via email to