Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Ficarra <[email protected]>
  • Loading branch information
ljharb and michaelficarra authored Mar 24, 2024
1 parent 6db8764 commit ebe8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contributors: Jordan Harband
1. Set _hex_ to StringPad(_hex_, 2, *"0"*, ~start~).
1. Append code point U+0078 (LATIN SMALL LETTER X) to _codePoints_.
1. Append the code points in StringToCodePoints(_hex_) to _codePoints_.
1. Else if the length of _hex_ is > 4, then
1. Else if the length of _hex_ > 4, then
1. Append code point U+0075 (LATIN SMALL LETTER U) to _codePoints_.
1. Append code point U+007B (LEFT CURLY BRACKET) to _codePoints_.
1. Append the code points in StringToCodePoints(_hex_) to _codePoints_.
Expand Down

0 comments on commit ebe8dcf

Please sign in to comment.