diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-01-13 16:42:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-14 14:11:17 +0100 |
commit | b82ebf53aea702556404683ba55913ef268850e2 (patch) | |
tree | bf9f0bd9c5efa363af465bf61999d4df75a76821 | |
parent | f0daff395ab02047e74fbf146bea4f7d8ca6514b (diff) |
doc: Remove extra closing paren.
* doc/guix.texi (Guix Services): Remove extra paren in example.
Change-Id: Ib834f98b2fbee0c6577166b4c45b747beb9f7198
-rw-r--r-- | doc/guix.texi | 2 |
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 |