Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix small grammer mistake. 
(Don't kill me for the useless change lol)
  • Loading branch information
xyloflake authored Dec 2, 2023
1 parent 3886df4 commit 36076d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cargo-cp-artifact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ npm run build -- --feature=serde

At the time of writing, `cargo` does not include a configuration for outputting a library or binary to a specified location. An `--out-dir` option [exists on nightly](https://github.com/rust-lang/cargo/issues/6790), but does not allow specifying the name of the file.

It surprisingly difficult to reliably find the location of a cargo compiler artifact. It is impacted by many parameters, including:
It's surprisingly difficult to reliably find the location of a cargo compiler artifact. It is impacted by many parameters, including:

* Build profile
* Target, default or specified
Expand Down

0 comments on commit 36076d9

Please sign in to comment.