summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-01-13 16:42:48 +0100
committerLudovic Courtès <ludo@gnu.org>2025-01-14 14:11:17 +0100
commitb82ebf53aea702556404683ba55913ef268850e2 (patch)
treebf9f0bd9c5efa363af465bf61999d4df75a76821 /doc
parentf0daff395ab02047e74fbf146bea4f7d8ca6514b (diff)
doc: Remove extra closing paren.
* doc/guix.texi (Guix Services): Remove extra paren in example. Change-Id: Ib834f98b2fbee0c6577166b4c45b747beb9f7198
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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