Skip to content

Commit

Permalink
fixup! copy-paste mistake in NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Jun 12, 2021
1 parent ec8a174 commit d827daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4536,7 +4536,7 @@ <h1>StringToNumber ( _str_ )</h1>
1. Let _lit_ be an implementation-defined choice of:
* a literal produced from _literal_ by replacing each significant digit after the 20th with a `0` digit
* a literal produced from _literal_ by replacing each significant digit after the 20th with a `0` digit and then incrementing the literal at the 20th significant digit position
1. NOTE: Because of the limited precision of the Number type, the Number value for the MV of |DecimalLiteral| will always be equal to the Number value for the MV of at least one of the above two literals.
1. NOTE: Because of the limited precision of the Number type, the Number value for the MV of _literal_ will always be equal to the Number value for the MV of at least one of the above two literals.
1. Else,
1. Let _lit_ be _literal_.
1. Let _mv_ be the MV of _lit_.
Expand Down

0 comments on commit d827daf

Please sign in to comment.