Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiro-hiro committed Jun 3, 2024
1 parent 8fd72cc commit 304f404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you experience or witness unacceptable behavior, please report it to the Oroc
- Export methods, classes must ben in `PascalCase`
- Interface start with `I`
- Type start with `T`
- Enum start with `E`, all enum member must be in `PascalCase`
- Enum start with `E`, all enums member must be in `PascalCase`
- Common parts should be used as prefix (eg. buttonTest, buttonLogin, serviceEndpoint, serviceProxy)

**Rust**
Expand Down

0 comments on commit 304f404

Please sign in to comment.