Skip to content

Commit 41e9264

Browse files
committed
Fix CheckFieldDocMissing doc comment
1 parent d988c8a commit 41e9264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/fields.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func CheckFieldRequiredness() *thriftcheck.Check {
6464
})
6565
}
6666

67-
// CheckFieldDocMissing if a field is missing a documentation comment.
67+
// CheckFieldDocMissing warns if a field is missing a documentation comment.
6868
func CheckFieldDocMissing() *thriftcheck.Check {
6969
return thriftcheck.NewCheck("field.doc.missing", func(c *thriftcheck.C, f *ast.Field) {
7070
if f.Doc == "" {

0 commit comments

Comments
 (0)