Corrected documentation.

This commit is contained in:
yhirose 2015-02-12 21:11:09 -05:00
parent e52b1586be
commit 05fa8c4424

View File

@ -49,7 +49,7 @@ assert(tags[1] == "tag:2");
assert(tags[2] == "tag-3"); 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: There are more actions available. Here is a complete list: