summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-05 00:02:01 +0000
committerGitHub <noreply@github.com>2021-11-05 00:02:01 +0000
commitac4cb43546d04ea2503a096bb859ac54923b4288 (patch)
tree024ad704738f354f9cf2e8c4793bd80fda7bb731 /doc/languages-frameworks
parentc12e3c11436727de97ba19b4d13600f4356f7280 (diff)
parentb2da1aff69a1fbf44875d55c10086a8554c3eb5f (diff)
downloadnixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar.gz
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar.bz2
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar.lz
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar.xz
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.tar.zst
nixpkgs-ac4cb43546d04ea2503a096bb859ac54923b4288.zip
Merge staging-next into staging
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/rust.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index e6ba26c4487..f2f3502550e 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -438,7 +438,7 @@ you of the correct hash.
 
 `rustPlatform` provides the following hooks to automate Cargo builds:
 
-* `cargoSetupHook`: configure Cargo to use depenencies vendored
+* `cargoSetupHook`: configure Cargo to use dependencies vendored
   through `fetchCargoTarball`. This hook uses the `cargoDeps`
   environment variable to find the vendored dependencies. If a project
   already vendors its dependencies, the variable `cargoVendorDir` can
@@ -701,7 +701,7 @@ Some crates require external libraries. For crates from
 `defaultCrateOverrides` package in nixpkgs itself.
 
 Starting from that file, one can add more overrides, to add features
-or build inputs by overriding the hello crate in a seperate file.
+or build inputs by overriding the hello crate in a separate file.
 
 ```nix
 with import <nixpkgs> {};