summaryrefslogtreecommitdiff
path: root/cli/dts/lib.es2015.core.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.es2015.core.d.ts')
-rw-r--r--cli/dts/lib.es2015.core.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/dts/lib.es2015.core.d.ts b/cli/dts/lib.es2015.core.d.ts
index f33038d6d..20aa06f6d 100644
--- a/cli/dts/lib.es2015.core.d.ts
+++ b/cli/dts/lib.es2015.core.d.ts
@@ -268,8 +268,8 @@ interface NumberConstructor {
/**
* 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.
+ * @param string A string to convert into a number.
+ * @param radix A value between 2 and 36 that specifies the base of the number in `string`.
* If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal.
* All other strings are considered decimal.
*/