aboutsummaryrefslogtreecommitdiff
path: root/doc/languages-frameworks/rust.section.md
diff options
context:
space:
mode:
authorAlexandre Esteves <2335822+alexfmpe@users.noreply.github.com>2020-09-08 18:50:59 +0100
committerDaniƫl de Kok <me@danieldk.eu>2020-09-10 19:10:27 +0200
commit0cad09a68a6959ab5d304d23a54a3a4f29b22fab (patch)
tree3bd51fa06f3e89e2ddfb9886801a9b1bb6f81e5a /doc/languages-frameworks/rust.section.md
parentdd966067ae5ab15badcdd70c39efca125faad9c7 (diff)
docs/rust: fix typo
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
Diffstat (limited to 'doc/languages-frameworks/rust.section.md')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 6c51da87cab3..7f9d93216ed9 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
`buildRustPackage` requires a `cargoSha256` attribute which is computed over
all crate sources of this package. Currently it is obtained by inserting a
fake checksum into the expression and building the package once. The correct
-checksum can be then take from the failed build.
+checksum can then be taken from the failed build.
Per the instructions in the [Cargo Book](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html)
best practices guide, Rust applications should always commit the `Cargo.lock`