mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue