From b82ebf53aea702556404683ba55913ef268850e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 13 Jan 2025 16:42:48 +0100 Subject: [PATCH] doc: Remove extra closing paren. * doc/guix.texi (Guix Services): Remove extra paren in example. Change-Id: Ib834f98b2fbee0c6577166b4c45b747beb9f7198 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 6b9c3a27bf87fcc7d10d6e5f585f833521124dab..3cf1fedc30176abb2f60068134e2a705459744a6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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