Skip to content

Commit 7ee36f3

Browse files
authored
Update readme.md (fix for #78)
1 parent 0482730 commit 7ee36f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ use the following supported features (in precedence descending order):
12401240
| --------------------------- | ---------------- | ------------------------------------------- |
12411241
| Single char | ```a``` | character ```a``` |
12421242
| Escaped char | ```\\|``` | character ```\|``` |
1243-
| Escaped char (hex) | ```\\x20``` | space character |
1243+
| Escaped char (hex) | ```\x20``` | space character |
12441244
| Any char | ```.``` | any character |
12451245
| Char range | ```[a-z]``` | lower case letter |
12461246
| Char set | ```[abc]``` | ```a```, ```b```, or a ```c``` character |

0 commit comments

Comments
 (0)