Skip to content

Commit 4a8b0b1

Browse files
committed
PR feedback
1 parent 7a6c2dc commit 4a8b0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-extractor/src/enhancers/DocCommentEnhancer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class DocCommentEnhancer {
114114
}
115115

116116
classMetadata.tsdocComment.remarksBlock.content.appendNode(
117-
new tsdoc.DocParagraph({ configuration}, [
117+
new tsdoc.DocParagraph({ configuration }, [
118118
new tsdoc.DocPlainText({
119119
configuration,
120120
text: `The constructor for this class is marked as internal. Third-party code should not`

0 commit comments

Comments
 (0)