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

View File

@ -9201,7 +9201,7 @@ the corresponding positional regexp sub-expression. For example:
(("hello") (("hello")
"good morning\n") "good morning\n")
(("foo([a-z]+)bar(.*)$" all letters end) (("foo([a-z]+)bar(.*)$" all letters end)
(string-append "baz" letter end))) (string-append "baz" letters end)))
@end lisp @end lisp
Here, anytime a line of @var{file} contains @code{hello}, it is replaced Here, anytime a line of @var{file} contains @code{hello}, it is replaced