Skip to content

Commit

Permalink
Merge pull request #1651 from joaolago1113/redundant
Browse files Browse the repository at this point in the history
docs: typo in contributing documentation
  • Loading branch information
Mirko-von-Leipzig committed Dec 22, 2023
2 parents 5c558a0 + a8a6430 commit 2b15701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Keeping these points in mind will increase the odds of a successful PR:
- Have an accurate description of your changes and intentions with the PR.
- Code comments should describe the **why** and not the **how**.
- New features should have reasonable tests.
- Ensure CI is happy. CI will run automatically when the PR is opened. This includes checks checks for
- Ensure CI is happy. CI will run automatically when the PR is opened. This includes checks for
- formatting (`cargo fmt`)
- linting (`cargo clippy`)
- testing (`cargo test`)
Expand Down

0 comments on commit 2b15701

Please sign in to comment.