]> granicus.if.org Git - onig/commitdiff
small change for README.md
authorK.Kosako <kkosako0@gmail.com>
Sun, 15 Apr 2018 07:58:54 +0000 (16:58 +0900)
committerK.Kosako <kkosako0@gmail.com>
Sun, 15 Apr 2018 07:58:54 +0000 (16:58 +0900)
README.md

index c811a98f130e8bff312eb91c0fdcf0992181a2ee..34a17ba282b098c554ff3f99244ae656a3115d65 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ New feature of version 6.8.0
 * Retry-limit-in-match function enabled by default
 * NEW: configure option --enable-posix-api=no  (* enabled by default)
 * NEW API: onig_search_with_param(), onig_match_with_param()
-* NEW: Callouts of contents  (?{...contents...}) (?{...}\[X<>]) (?{{....}})
+* NEW: Callouts of contents  (?{...contents...}) (?{...}\[tag]\[X<>]) (?{{...}})
 * NEW: Callouts of name      (*name) (*name\[tag]{args...})
 * NEW: Builtin callouts  (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
 * Examples of Callouts program: [callout.c](sample/callout.c), [count.c](sample/count.c), [echo.c](sample/echo.c)