Skip to content

Commit b3f2c6a

Browse files
committed
Fix some punctuation
1 parent 197493f commit b3f2c6a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/api-extractor/src/api/ExtractorMessageId.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ export const enum ExtractorMessageId {
6363
PreapprovedBadReleaseTag = 'ae-preapproved-bad-release-tag',
6464

6565
/**
66-
* "The `@inheritDoc` reference could not be resolved".
66+
* "The `@inheritDoc` reference could not be resolved."
6767
*/
6868
UnresolvedInheritDocReference = 'ae-unresolved-inheritdoc-reference',
6969

7070
/**
71-
* "The `@inheritDoc` tag needs a TSDoc declaration reference; signature matching is not supported yet".
71+
* "The `@inheritDoc` tag needs a TSDoc declaration reference; signature matching is not supported yet."
7272
*
7373
* @privateRemarks
7474
* In the future, we will implement signature matching so that you can write `{@inheritDoc}` and API Extractor
@@ -78,22 +78,22 @@ export const enum ExtractorMessageId {
7878
UnresolvedInheritDocBase = 'ae-unresolved-inheritdoc-base',
7979

8080
/**
81-
* "The `@inheritDoc` tag for ___ refers to its own declaration".
81+
* "The `@inheritDoc` tag for ___ refers to its own declaration."
8282
*/
8383
CyclicInheritDoc = 'ae-cyclic-inherit-doc',
8484

8585
/**
86-
* "The `@link` reference could not be resolved".
86+
* "The `@link` reference could not be resolved."
8787
*/
8888
UnresolvedLink = 'ae-unresolved-link',
8989

9090
/**
91-
* "The doc comment for the property ___ must appear on the getter, not the setter.".
91+
* "The doc comment for the property ___ must appear on the getter, not the setter."
9292
*/
9393
SetterWithDocs = 'ae-setter-with-docs',
9494

9595
/**
96-
* "The property ___ has a setter but no getter.".
96+
* "The property ___ has a setter but no getter."
9797
*/
9898
MissingGetter = 'ae-missing-getter',
9999
}

0 commit comments

Comments
 (0)