mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 00:22:36 +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