doc: Fix typo.

* doc/guix.texi (Build Utilities): Fix typo.

Reported by Mortimer Cladwell <mbcladwell@gmail.com>
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-06 15:17:17 +01:00
parent 90bc18bcd4
commit 0701efb351
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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