Corrected documentation.

pull/3/head
yhirose 10 years ago
parent e52b1586be
commit 05fa8c4424
  1. 2
      README.md

@ -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…
Cancel
Save