We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b5671 commit c30ba78Copy full SHA for c30ba78
src/lib/es5.d.ts
@@ -12,7 +12,7 @@ declare var Infinity: number;
12
declare function eval(x: string): any;
13
14
/**
15
- * Converts A string to an integer.
+ * Converts a string to an integer.
16
* @param s A string to convert into a number.
17
* @param radix A value between 2 and 36 that specifies the base of the number in numString.
18
* If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal.
0 commit comments