]> granicus.if.org Git - onig/commitdiff
small update README.md
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 14 Mar 2018 02:30:11 +0000 (11:30 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 14 Mar 2018 02:30:11 +0000 (11:30 +0900)
README.md

index 95772822b745f45c1bebe2bb618654ee1c9ef55b..2626568d167ea4dc235f5547202983fbdb08df48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,9 +45,9 @@ 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...}) (?{...}\[X<>]) (?{{....}})
 * NEW: Callouts of name      (*name) (*name\[tag]{args...})
-* NEW: Builtin callouts  (*FAIL) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
+* NEW: Builtin callouts  (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
 
 (* Callout function API is experimental level and isn't fixed definitely yet. Undocumented now)