Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 15, 2023
1 parent 29a2ef5 commit f8f3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ by a space or end of line and continue to the end of the line, are treated like

- A `<variable>` matches `/[A-Z][a-zA-Z0-9_]*/`
- A `<wildcard>` matches `/_[a-zA-Z0-9_]*/` and represents variable names that you wish to be ignored.
- An `<identifier>` matches `/[a-z][a-zA-Z0-9_]`
- An `<identifier>` matches `/[a-z][a-zA-Z0-9_]*/`
- A `<string-literal>` is a regular string constant with no escape characters: two double quotes `"`
surrounding any ASCII character in the range 32-126 except for `"` and `\`.
- An `<int-literal>` matches `/0|-?[1-9][0-9]*/`
Expand Down

0 comments on commit f8f3101

Please sign in to comment.