mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
7dcf7fe737
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