Skip to content

Commit fdabcaa

Browse files
Editorial: replace "is at least" with ≥ in parseInt
1 parent affcec0 commit fdabcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30110,7 +30110,7 @@ <h1>parseInt ( _string_, _radix_ )</h1>
3011030110
1. Else,
3011130111
1. Set _R_ to 10.
3011230112
1. If _stripPrefix_ is *true*, then
30113-
1. If the length of _S_ is at least 2 and the first two code units of _S_ are either *"0x"* or *"0X"*, then
30113+
1. If the length of _S_ 2 and the first two code units of _S_ are either *"0x"* or *"0X"*, then
3011430114
1. Set _S_ to the substring of _S_ from index 2.
3011530115
1. Set _R_ to 16.
3011630116
1. If _S_ contains a code unit that is not a radix-_R_ digit, let _end_ be the index within _S_ of the first such code unit; otherwise, let _end_ be the length of _S_.

0 commit comments

Comments
 (0)