1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

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
+1 -1
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