From: Fabien Villepinte Date: Wed, 28 Aug 2019 09:25:25 +0000 (+0200) Subject: Fix small typo in API doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a243fac871c3297f0e943548a97a37bac9c636c;p=onig Fix small typo in API doc --- diff --git a/doc/API b/doc/API index 049db02..0b0da54 100644 --- a/doc/API +++ b/doc/API @@ -168,7 +168,7 @@ Oniguruma API Version 6.9.3 2019/07/06 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einfo) - This function is deprecate, and it does not allow the case where + This function is deprecated, and it does not allow the case where the encoding of pattern and target is different. Create a regex object.