summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix-cookbook.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 96acdb7a289..a0d5035c3a5 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -5737,9 +5737,9 @@ packages:
guix shell -C gcc-toolchain cmake coreutils grep sed make -- @dots{}
@end example
-Or perhaps you'll find that you could just as well provide a definition
-for your package---@pxref{Defining Packages,,, guix, GNU Guix Reference
-Manual}, to learn more on how to do that.
+Or perhaps you'll find that you could just as well provide a package
+definition for your code---@pxref{Defining Packages,,, guix, GNU Guix
+Reference Manual}, to learn more on how to do that.
Eventually, you'll have a list of packages that satisfies your needs.