~ruther/guix-local

b82ebf53aea702556404683ba55913ef268850e2 — Ludovic Courtès 1 year, 3 months ago f0daff3
doc: Remove extra closing paren.

* doc/guix.texi (Guix Services): Remove extra paren in example.

Change-Id: Ib834f98b2fbee0c6577166b4c45b747beb9f7198
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 40513,7 40513,7 @@ environments, as in this example:

@lisp
(simple-service 'my-extra-home guix-home-service-type
                `(("bob" ,my-extra-home))))
                `(("bob" ,my-extra-home)))
@end lisp
@end defvar