Skip to content

Commit

Permalink
Fix incorrectly named naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Nov 24, 2023
1 parent b4d8786 commit 60085c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Check out the releases page for latest releases.
## Naming conventions
The following conventions are for map keys:
* `MapType` and `ListType` are in `DromedaryCase`.
* `MapType` and `ListType` are in `PascalCase`.
* Any other types are in `camelCase`.
Do note that in some cases keys can have a different case.
Expand Down

0 comments on commit 60085c5

Please sign in to comment.