parseInt: fix description typo

This commit is contained in:
Jordan Harband 2022-04-14 16:17:41 -07:00 committed by jugglinmike
parent 4bbe20d52c
commit f0bf5dfcea
1 changed files with 1 additions and 1 deletions

View File

@ -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
---*/