Skip to content

Commit

Permalink
fix typo in contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed Nov 4, 2023
1 parent ab21da0 commit b292841
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 @@ -11,7 +11,7 @@ with some minor changes, as described below.
- If you are using more than three levels of indentation, you should likely consider restructuring your code.
- Branches which are only exceptionally or very rarely taken should remain concise. When this is not possible,
prefer breaking out to a new method (where it makes sense) as this helps the compiler better optimize the code.
- Use `this` to qualify member and field access, as it avoids some ambiguity in certain contexts.
- Use `this` to qualify method and field access, as it avoids some ambiguity in certain contexts.

We also provide these code styles as [EditorConfig](https://editorconfig.org/) files, which most Java IDEs will
automatically detect and make use of.
Expand Down Expand Up @@ -51,4 +51,4 @@ style guidelines.

If you're adding new Mixin patches to the project, please ensure that you have created appropriate entries to disable
them in the config file. Mixins should always be self-contained and grouped into "patch sets" which are easy to isolate,
and where that is not possible, they should be placed into the "core" package.
and where that is not possible, they should be placed into the "core" package.

0 comments on commit b292841

Please sign in to comment.