doc: Remove extra closing paren.

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

Change-Id: Ib834f98b2fbee0c6577166b4c45b747beb9f7198
This commit is contained in:
Ludovic Courtès 2025-01-13 16:42:48 +01:00
parent f0daff395a
commit b82ebf53ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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