about summary refs log tree commit diff
path: root/library/std/src/keyword_docs.rs
diff options
context:
space:
mode:
authorMilo Moisson <milomoisson@gmail.com>2023-02-20 16:40:46 +0100
committerMilo Moisson <milomoisson@gmail.com>2023-02-20 16:40:46 +0100
commit76ac2705a5a25ebc9038f8574b38597ac9a2b302 (patch)
tree1577c87b0088326aa8880e439ee0f11836d3edcc /library/std/src/keyword_docs.rs
parente7eaed21d50d7bfb8d614d6ee7fcea940b39185d (diff)
downloadrust-76ac2705a5a25ebc9038f8574b38597ac9a2b302.tar.gz
rust-76ac2705a5a25ebc9038f8574b38597ac9a2b302.zip
docs: wrong naming convention in struct keyword doc
Diffstat (limited to 'library/std/src/keyword_docs.rs')
-rw-r--r--library/std/src/keyword_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs
index e35145c4ade..ea9d5bacc8b 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 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.
 ///