Skip to content

Commit 0db3049

Browse files
mwainjudofyr
authored andcommitted
fix: identifier regex typo
1 parent ba1c8ef commit 0db3049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/02-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Comments cannot start inside a string literal.
7171

7272
Identifiers are used to name entities such as parameters, attributes and functions. An identifier is a sequence of one or more letters and digits. The first character in an identifier must be a letter.
7373

74-
Identifier : /[A-Za-z\_][a-za-z_0-9]\*/
74+
Identifier : /[A-Za-z\_][A-Za-z_0-9]\*/
7575

7676
## Digits
7777

0 commit comments

Comments
 (0)