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:
Tobias Geerinckx-Rice 2020-08-09 22:49:34 +02:00
parent d98e0a27a7
commit 6376cb34b1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11968,7 +11968,7 @@ variable or a package/output tuple. Here's a simple example of both:
@lisp
(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
@end lisp