We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6451ff6 commit 16e81d5Copy full SHA for 16e81d5
modules/contributor/pages/code-style-guide.adoc
@@ -221,7 +221,7 @@ enum Error {
221
====
222
223
Any single uncommented variants or fields in an otherwise-commented enum or struct is considered to be a smell.
224
-If any of the items is commented, all items should be.
+If any of the items are commented, all items should be.
225
It should however also be noted that there is no requirement to comment fields or variants.
226
Comments should only be added if they provide additional information not available from context.
227
0 commit comments