diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-01 01:38:10 +0100 |
---|---|---|
committer | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-01 01:38:10 +0100 |
commit | a57b0c9edafbbb9094f5987009947ff63bdb9e0c (patch) | |
tree | aa879d8fde919f356aba28e1e7c76ae1269e5905 | |
parent | f445bc65764ffad2ae9f3b382ddb8feb4eeea2fb (diff) | |
download | guix-a57b0c9edafbbb9094f5987009947ff63bdb9e0c.tar.gz |
doc: Add missing period at the end of the sentence.
-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 d74f59f148..69e7d5f85c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -261,7 +261,7 @@ Programming Interface * Derivations:: Low-level interface to package derivations. * The Store Monad:: Purely functional interface to the store. * G-Expressions:: Manipulating build expressions. -* Invoking guix repl:: Programming Guix in Guile +* Invoking guix repl:: Programming Guix in Guile. Defining Packages |