Skip to content

Commit 16e81d5

Browse files
authored
fix typo (#523)
1 parent 6451ff6 commit 16e81d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/code-style-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ enum Error {
221221
====
222222

223223
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.
224+
If any of the items are commented, all items should be.
225225
It should however also be noted that there is no requirement to comment fields or variants.
226226
Comments should only be added if they provide additional information not available from context.
227227

0 commit comments

Comments
 (0)