diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2c13df..fe467d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ git submodule update --init --recursive ## Tests
-tests should be executed with `--workspace` option to test non-default targets:
+Tests should be executed with `--workspace` option to test non-default targets:
```
cargo test --workspace
```
|