Skip to content

Commit

Permalink
docs: fix Rust language typos
Browse files Browse the repository at this point in the history
I tried to use aspell following #34308 (comment) but there are too many false positives!
  • Loading branch information
Eli Flanagan committed Nov 4, 2021
1 parent 831f9b6 commit 7bffde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,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
Expand Down Expand Up @@ -672,7 +672,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> {};
Expand Down

0 comments on commit 7bffde6

Please sign in to comment.