diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-02 10:03:47 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-02 10:03:47 +0100 |
commit | b2e5048c0cbd61197fa4e35961ed56df5585467b (patch) | |
tree | 469ed06e0c29198368ee245c4c7757233e19c08f /doc | |
parent | b7ed32107b5853904c9b37761b786e70b5c3c081 (diff) | |
download | guix-b2e5048c0cbd61197fa4e35961ed56df5585467b.tar guix-b2e5048c0cbd61197fa4e35961ed56df5585467b.tar.gz |
doc: Fix typo.
* doc/guix.texi (Invoking guix refresh): Prevent spurious space after "e.g.".
Diffstat (limited to 'doc')
-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 250fab1060..662bff24a6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7588,7 +7588,7 @@ Use @var{host} as the OpenPGP key server when importing a public key. The @code{github} updater uses the @uref{https://developer.github.com/v3/, GitHub API} to query for new -releases. When used repeatedly e.g. when refreshing all packages, +releases. When used repeatedly e.g.@: when refreshing all packages, GitHub will eventually refuse to answer any further API requests. By default 60 API requests per hour are allowed, and a full refresh on all GitHub packages in Guix requires more than this. Authentication with |