mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Merge pull request #32473 from jakeboone02/patch-1
Fix capitalization in parseInt description
This commit is contained in:
commit
2aa9fb7d00
2
src/lib/es5.d.ts
vendored
2
src/lib/es5.d.ts
vendored
@ -12,7 +12,7 @@ declare var Infinity: number;
|
||||
declare function eval(x: string): any;
|
||||
|
||||
/**
|
||||
* Converts A string to an integer.
|
||||
* Converts a string to an integer.
|
||||
* @param s A string to convert into a number.
|
||||
* @param radix A value between 2 and 36 that specifies the base of the number in numString.
|
||||
* If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user