We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dfb28 commit 0666dc5Copy full SHA for 0666dc5
apps/api-extractor/src/analyzer/Span.ts
@@ -83,8 +83,8 @@ export class SpanModification {
83
* If true, then getModifiedText() will search for a "/*" doc comment in this span and indent it.
84
*
85
* @remarks
86
- * This feature is selectively enabled because (1) we do not want to accidentally `/*` appearing
87
- * in a string literal or other expression that is not a comment, and (2) parsing comments is potentially
+ * This feature is selectively enabled because (1) we do not want to accidentally match `/*` appearing
+ * in a string literal or other expression that is not a comment, and (2) parsing comments is relatively
88
* expensive.
89
*/
90
public indentDocComment: IndentDocCommentScope = IndentDocCommentScope.None;
0 commit comments