Skip to content

Commit f73e649

Browse files
committed
fix bad wording
1 parent 52ba569 commit f73e649

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/transform-inline/visitor-utils.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import { VisitorContext } from './visitor-context';
55
import { Reason } from '../../index';
66

77
/**
8-
* a pair of template literal {@link ts.TemplateLiteralType.texts} and the `intrinsicName`s of the placeholders
9-
* ({@link ts.TemplateLiteralType.types}), which are the primitive types that can appear in a template literal type.
10-
* `undefined` means it's the last text meaning it's not followed by a type
8+
* a pair of {@link ts.TemplateLiteralType.texts} and the `intrinsicName`s for {@link ts.TemplateLiteralType.types},
9+
* @see https://github.com/microsoft/TypeScript/pull/40336
1110
*/
1211
export type TemplateLiteralPair = [string, 'string' | 'number' | 'bigint' | 'any' | 'undefined' | 'null' | undefined]
1312

0 commit comments

Comments
 (0)