Skip to content

Commit 2aa9fb7

Browse files
Merge pull request microsoft#32473 from jakeboone02/patch-1
Fix capitalization in parseInt description
2 parents 97b5671 + c30ba78 commit 2aa9fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare var Infinity: number;
1212
declare function eval(x: string): any;
1313

1414
/**
15-
* Converts A string to an integer.
15+
* Converts a string to an integer.
1616
* @param s A string to convert into a number.
1717
* @param radix A value between 2 and 36 that specifies the base of the number in numString.
1818
* If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal.

0 commit comments

Comments
 (0)