From 05fa8c4424efa93bf2eb53da4772baabac53dbf0 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 12 Feb 2015 21:11:09 -0500 Subject: [PATCH] Corrected documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f93a05..47fbef0 100644 --- a/README.md +++ b/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: