Skip to content
Snippets Groups Projects
Commit 2a7a7777 authored by Jani Bonnevier's avatar Jani Bonnevier
Browse files

Fix typo in CONTRIBUTING.md

parent 44e83068
No related branches found
No related tags found
1 merge request!895Fix termination of quoted strings containing "<<"
...@@ -38,7 +38,7 @@ Before submitting a PR, ensure that you've run your tests locally and that they ...@@ -38,7 +38,7 @@ Before submitting a PR, ensure that you've run your tests locally and that they
pass. This can be done by running the following two commands: pass. This can be done by running the following two commands:
```sh ```sh
cargo +nightly test --lib && bash examples/run_examples/sh cargo +nightly test --lib && bash examples/run_examples.sh
``` ```
## Format your code ## Format your code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment