Skip to content

Commit 6a07793

Browse files
m4jingmhegazy
authored andcommitted
Fixed minor syntactics error (microsoft#19801)
1 parent 2fcf8b7 commit 6a07793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ interface String {
449449

450450
/**
451451
* Returns a String value that is made from count copies appended together. If count is 0,
452-
* T is the empty String is returned.
452+
* the empty string is returned.
453453
* @param count number of copies to append
454454
*/
455455
repeat(count: number): string;

0 commit comments

Comments
 (0)