Skip to content

Commit 33ea15e

Browse files
authored
Fix CommentRaws right type (#1442)
1 parent 88bef76 commit 33ea15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/comment.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface CommentRaws {
1414
/**
1515
* The space symbols between the comment’s text.
1616
*/
17-
right?: boolean
17+
right?: string
1818
}
1919

2020
export interface CommentProps extends NodeProps {

0 commit comments

Comments
 (0)