diff options
| author | Milo Moisson <milomoisson@gmail.com> | 2023-02-20 23:44:21 +0100 |
|---|---|---|
| committer | Milo Moisson <milomoisson@gmail.com> | 2023-02-20 23:44:21 +0100 |
| commit | 18f5f0c4737e277fcab292363bebb7866430d90d (patch) | |
| tree | ac8ddbf4d07a8e3b0e57071d672ac9fd078d1e58 /library/std/src | |
| parent | 76ac2705a5a25ebc9038f8574b38597ac9a2b302 (diff) | |
| download | rust-18f5f0c4737e277fcab292363bebb7866430d90d.tar.gz rust-18f5f0c4737e277fcab292363bebb7866430d90d.zip | |
use UpperCamelCase
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/keyword_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index ea9d5bacc8b..203c490fa29 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -1568,7 +1568,7 @@ mod static_keyword {} /// /// # Style conventions /// -/// Structs are always written in PascalCase, with few exceptions. While the trailing comma on a +/// Structs are always written in UpperCamelCase, 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. /// |
