doc: Fix a typo.
* doc/guix.texi (operating-system Reference): Fix a typo & sigh. Reported by Jakub Kądziołka <kuba@kadziolka.net>.
This commit is contained in:
parent
d98e0a27a7
commit
6376cb34b1
1 changed files with 3 additions and 3 deletions
|
@ -11968,7 +11968,7 @@ variable or a package/output tuple. Here's a simple example of both:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(cons* git ; the default "out" output
|
(cons* git ; the default "out" output
|
||||||
(git "send-email") ; another output of git
|
(list git "send-email") ; another output of git
|
||||||
%base-packages) ; the default set
|
%base-packages) ; the default set
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
Reference in a new issue