From: K.Kosako Date: Sun, 23 Jul 2017 03:23:11 +0000 (+0900) Subject: small fix to README.md X-Git-Tag: v6.5.0^2~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41991293f40c274f7f214c32c27290a6ff0f0486;p=onig small fix to README.md --- diff --git a/README.md b/README.md index d5469ec..082fc27 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ New feature of version 6.5.0 * NEW: \O (true anychar) * NEW: if-then-else syntax (?(...)...\|...) * NEW: Backreference validity checker (*original) -* NEW: Absent repeater (?~absent) == (?~|absent|\O*) -* NEW: Absent group (?~|absent|expr) (* original) -* NEW: Absent range cutter (?~|absent) (* original) +* NEW: Absent repeater (?~absent) +* NEW: Absent group (?~|absent|expr) (*original) +* NEW: Absent range cutter (?~|absent) (*original) New feature of version 6.4.0