diff options
author | Andrzej Janik <[email protected]> | 2021-01-08 17:12:01 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-01-08 17:12:01 +0100 |
commit | ceb2efc6cf506ee871e58250e338d9878cb7f681 (patch) | |
tree | 38d2313c5bab64e2a84c90a219bd60ce6808f116 | |
parent | 8a2b4f9cf2ba9a237ceb89f66a519d62bde4492d (diff) | |
download | ZLUDA-ceb2efc6cf506ee871e58250e338d9878cb7f681.tar.gz ZLUDA-ceb2efc6cf506ee871e58250e338d9878cb7f681.zip |
Capitalize sentencefix_build
-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
```
|