]> granicus.if.org Git - onig/commitdiff
small update of README.md
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 12 Mar 2018 07:18:49 +0000 (16:18 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 12 Mar 2018 07:18:49 +0000 (16:18 +0900)
README.md

index 9ad076a1bfaa23f9e2484fdebd6a5ad497caf5df..95772822b745f45c1bebe2bb618654ee1c9ef55b 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 callout functions  (*FAIL) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
+* NEW: Builtin callouts  (*FAIL) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
 
 (* Callout function API is experimental level and isn't fixed definitely yet. Undocumented now)