Skip to content

Commit 0666dc5

Browse files
committed
Fix typo
1 parent 23dfb28 commit 0666dc5

File tree

1 file changed

+2
-2
lines changed
  • apps/api-extractor/src/analyzer

1 file changed

+2
-2
lines changed

apps/api-extractor/src/analyzer/Span.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class SpanModification {
8383
* If true, then getModifiedText() will search for a "/*" doc comment in this span and indent it.
8484
*
8585
* @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
86+
* This feature is selectively enabled because (1) we do not want to accidentally match `/*` appearing
87+
* in a string literal or other expression that is not a comment, and (2) parsing comments is relatively
8888
* expensive.
8989
*/
9090
public indentDocComment: IndentDocCommentScope = IndentDocCommentScope.None;

0 commit comments

Comments
 (0)