Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
kanerogers authored and sebcrozet committed Aug 26, 2021
1 parent 3f223aa commit 29462e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The Rust source code of the Rapier physics engines is available on our `rapier`
- Run the tests `cargo test`
- Run the 2D examples and see if they behave as expected: `cargo run --release --bin all_examples2`
- Run the 3D examples and see if they behave as expected: `cargo run --release --bin all_examples3`
- Run the 2D examples with the `parallel` and `simd-stable` features enabled: `cd all_examples2; cargo run --release --features parallel,simd-stable`
- Run the 3D examples with the `parallel` and `simd-stable` features enabled: `cd all_examples3; cargo run --release --features parallel,simd-stable`
- Run the 2D examples with the `parallel` and `simd-stable` features enabled: `cargo run --release --bin all_examples2 --features parallel,simd-stable`
- Run the 3D examples with the `parallel` and `simd-stable` features enabled: `cargo run --release --bin all_examples3 --features parallel,simd-stable`
4. Once you are satisfied with your changes, submit them by [opening a Pull Request](https://github.com/dimforge/rapier/pulls) on GitHub.
5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate
to ask **@sebcrozet** directly [on Discord][discord] for a review.
Expand Down

0 comments on commit 29462e2

Please sign in to comment.