diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-27 12:25:51 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-27 13:19:49 +0200 |
commit | 3f3eb2347593aee2e09e9821dfe49daa33b63b35 (patch) | |
tree | 0dbbf29f8102305dd0f6e8cc350237f8e4e9d383 /README.md | |
parent | 9a4697a2c948a4bcb4a2232a371b6cb3c178e20b (diff) | |
download | rules-rust-3f3eb2347593aee2e09e9821dfe49daa33b63b35.tar.gz |
docs: Fix small typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ host configuration. | Field | Description | | ----- | ----------- | -| `"args"` | Additonal arguments to be passed when running the test. | +| `"args"` | Additional arguments to be passed when running the test. | | `"cargo_features"` | List of cargo features this test requires to be enabled. | | `"crate_root"` | The crate to be fed to the Rust compiler. It must evaluate to a single artifact/file. | | `"data"` | Any files and directories the test binary needs when running. | |