Skip to content

Commit

Permalink
CONTRIBUTING: small grammatical fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Nov 24, 2024
1 parent 3376a73 commit 2896541
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 @@ -42,9 +42,9 @@ The project's naming conventions are specified in the
- **Files/Directories**: `PascalCase`
- **Types/Classes**: `PascalCase`
- **Variables**: `snake_case`
- **Class (not-struct) Member Variables**: `snake_case_`
- **Class (non-struct) Member Variables**: `snake_case_`
- **Functions**: `camelCase`
- **Class (not-struct) Methods**: `camelCase_`
- **Class (non-struct) Methods**: `camelCase_`

(Note: Variables use `snake_case` since they tend to be shorter than functions.)

Expand Down

0 comments on commit 2896541

Please sign in to comment.