From 0701efb351b36984d5ffd356e8de323e49603680 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 6 Jan 2022 15:17:17 +0100 Subject: doc: Fix typo. * doc/guix.texi (Build Utilities): Fix typo. Reported by Mortimer Cladwell --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index dfb94be74e..1a78774777 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9201,7 +9201,7 @@ the corresponding positional regexp sub-expression. For example: (("hello") "good morning\n") (("foo([a-z]+)bar(.*)$" all letters end) - (string-append "baz" letter end))) + (string-append "baz" letters end))) @end lisp Here, anytime a line of @var{file} contains @code{hello}, it is replaced -- cgit v1.2.3