doc: Fix typo in 'guix environment' example. * doc/guix.texi (Invoking guix environment): Add missing @ in example.
1 files changed, 1 insertions(+), 1 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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}