We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e96c0 commit 88a4ee0Copy full SHA for 88a4ee0
style-guide/README.md
@@ -121,10 +121,10 @@ smaller:
121
122
#### Doc comments
123
124
-Prefer line comments (`///`) to block comments (`//* ... */`).
+Prefer line comments (`///`) to block comments (`/** ... */`).
125
126
-Prefer outer doc comments (`///` or `//*`), only use inner doc comments (`//!`
127
-and `//*!`) to write module-level or crate-level documentation.
+Prefer outer doc comments (`///` or `/** ... */`), only use inner doc comments
+(`//!` and `/*! ... */`) to write module-level or crate-level documentation.
128
129
Doc comments should come before attributes.
130
0 commit comments