Skip to content

Commit d894b99

Browse files
authored
Update Representation.h
1 parent 3e612b3 commit d894b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/Representation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct CommentInfo {
6060
// the vector.
6161
bool operator<(const CommentInfo &Other) const;
6262

63-
// TODO: The Kind field should be an enum, so we can switch on it easily
63+
// TODO: The Kind field should be an enum, so we can switch on it easily.
6464
SmallString<16>
6565
Kind; // Kind of comment (FullComment, ParagraphComment, TextComment,
6666
// InlineCommandComment, HTMLStartTagComment, HTMLEndTagComment,

0 commit comments

Comments
 (0)