From 158eadefc8c6a9f7e7a447a01c58bbcf14074451 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Wed, 10 Jan 2018 22:02:59 +0100
Subject: [PATCH] doc: Fix typo in 'guix environment' example.

* doc/guix.texi (Invoking guix environment): Add missing @ in example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e9ee5127a87..edc4bf32832 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7069,7 +7069,7 @@ The above commands only use the default output of the given packages.
 To select other outputs, two element tuples can be specified:
 
 @example
-guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
+guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
 @end example
 
 @item --load=@var{file}
-- 
GitLab