From b82ebf53aea702556404683ba55913ef268850e2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Jan 2025 16:42:48 +0100 Subject: 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(-) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index 6b9c3a27bf..3cf1fedc30 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 -- cgit v1.2.3