Hi!
Currently in the rust docs naming conventions, it is recommended to use CamelCase for some constructs.
However, camel casing is usually camelCase, while such capitalizing the first letter capitalized too is typically referred to as PascalCase.
While it is not false per se(PascalCase can be seen as a subset of camelCase), it is confusing, and would be better and more accurate IMO to change occurrences of it to PascalCase.
Thanks 🤘