doc: Fix typo.
* doc/guix.texi (Build Utilities): Fix typo. Reported by Mortimer Cladwell <mbcladwell@gmail.com>
This commit is contained in:
parent
90bc18bcd4
commit
0701efb351
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user