docs: wrong naming convention in struct keyword doc

This commit is contained in:
Milo Moisson 2023-02-20 16:40:46 +01:00
parent e7eaed21d5
commit 76ac2705a5
No known key found for this signature in database
GPG Key ID: 7EA9B7563C01CA5E

View File

@ -1568,7 +1568,7 @@ mod static_keyword {}
///
/// # Style conventions
///
/// Structs are always written in CamelCase, with few exceptions. While the trailing comma on a
/// Structs are always written in PascalCase, with few exceptions. While the trailing comma on a
/// struct's list of fields can be omitted, it's usually kept for convenience in adding and
/// removing fields down the line.
///