Skip to content

Commit 32e438e

Browse files
committed
Fixed a typo in the readme
1 parent 9220ad9 commit 32e438e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Example:
130130
* content: `ExampleError 123`
131131
* Whole message: `error:ExampleError 123`
132132
## Interpretation of messages
133-
Type and content could be extracted with the following regular expression, using the default delimiter `.`:
133+
Type and content could be extracted with the following regular expression, using the default delimiter `:`:
134134
* type: ^[^:]*
135135
* content: (?<=:).*$
136136

0 commit comments

Comments
 (0)