diff --git a/src/Syntax.php b/src/Syntax.php index a3efdd2..9b3aecf 100644 --- a/src/Syntax.php +++ b/src/Syntax.php @@ -37,7 +37,7 @@ class Syntax { /** Syntax to start a multi-line comment */ public string $multiLineCommentStart, /** Syntax to end a multi-line commment */ - public string $multiLineCommentStart, + public string $multiLineCommentEnd, /** Bitflags configuring the specified language syntax */ public int $flags, ) {}