summaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
diff options
context:
space:
mode:
authorwrobell <wrobell@riseup.net>2026-07-07 17:30:10 +0100
committerLudovic Courtès <ludo@gnu.org>2026-07-11 00:55:04 +0200
commitaf853974f31409b6248ed2c4a937eea087b3138a (patch)
tree776b54453ca0c66208ba36f3c5f44d136a14f3c5 /doc/guix-cookbook.texi
parent98b9fd216f51780f8ef5452b623364aac88c1777 (diff)
doc: cookbook: Improve style in section about updating rust packages
* doc/guix-cookbook.texi (Common Workflow for Updating Existing Rust Packages): Improve style by dropping double "now" and "following" words. Change-Id: I7426920dcd1717ccb410059bd3634b2b3fd48cc1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #9802
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r--doc/guix-cookbook.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 7d863d84bfc..5e1f602a132 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2082,8 +2082,8 @@ package source is a compressed archive, you would at this point extract it to a
2082directory to proceed. 2082directory to proceed.
2083@end quotation 2083@end quotation
2084 2084
2085Now, given that we have access to the @code{Cargo.toml} file, we can now run 2085Having access to the @code{Cargo.toml} file, we can audit the source code
2086the following inside the checkout: 2086in the checkout directory with commands:
2087 2087
2088@example shell 2088@example shell
2089$ guix shell rust rust:cargo -- cargo generate-lockfile 2089$ guix shell rust rust:cargo -- cargo generate-lockfile