mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:05:53 +00:00
docs: wrong naming convention in struct keyword doc Noticed that the naming convention mentioned is not the right one. As far as I know, PacalCase is the naming convention used for structs names. PacalCase is not the same as camelCase