From f0bf5dfcea7bce15eb4f7e0b0e97b2a5f3e830c5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 14 Apr 2022 16:17:41 -0700 Subject: [PATCH] parseInt: fix description typo --- test/built-ins/parseInt/15.1.2.2-2-1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/parseInt/15.1.2.2-2-1.js b/test/built-ins/parseInt/15.1.2.2-2-1.js index 4dc1dc6001..0a9eb648a4 100644 --- a/test/built-ins/parseInt/15.1.2.2-2-1.js +++ b/test/built-ins/parseInt/15.1.2.2-2-1.js @@ -4,7 +4,7 @@ /*--- esid: sec-parseint-string-radix description: > - pareseInt - 'S' is the empty string when inputString does not + parseInt - 'S' is the empty string when inputString does not contain any such characters ---*/