Skip to content

Commit 0c78667

Browse files
committed
Fix description
1 parent b832d00 commit 0c78667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7398,7 +7398,7 @@ export const enum CharacterCodes {
73987398
mathematicalSpace = 0x205F,
73997399
ogham = 0x1680,
74007400

7401-
// Hermes bytecode magic bytes
7401+
// Unicode replacement character produced when a byte sequence is invalid
74027402
replacementCharacter = 0xFFFD,
74037403

74047404
_ = 0x5F,

0 commit comments

Comments
 (0)