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.
2 parents 97b5671 + c30ba78 commit 2aa9fb7Copy full SHA for 2aa9fb7
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