Skip to content

Commit

Permalink
docs: wrong naming convention in struct keyword doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Feb 20, 2023
1 parent e7eaed2 commit 76ac270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 76ac270

Please sign in to comment.