mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Corrected documentation.
This commit is contained in:
parent
e52b1586be
commit
05fa8c4424
@ -49,7 +49,7 @@ assert(tags[1] == "tag:2");
|
||||
assert(tags[2] == "tag-3");
|
||||
```
|
||||
|
||||
This action `[&](const char* s, size_t l)` gives us the point and length of the matched string.
|
||||
This action `[&](const char* s, size_t l)` gives a pointer and length of the matched string.
|
||||
|
||||
There are more actions available. Here is a complete list:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user