We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91e96c0 + 88a4ee0 commit 204d29dCopy full SHA for 204d29d
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