summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_match_data_create_from_pattern.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre2_match_data_create_from_pattern.html')
-rw-r--r--doc/html/pcre2_match_data_create_from_pattern.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/pcre2_match_data_create_from_pattern.html b/doc/html/pcre2_match_data_create_from_pattern.html
index 3f8d3f5..f40cf1e 100644
--- a/doc/html/pcre2_match_data_create_from_pattern.html
+++ b/doc/html/pcre2_match_data_create_from_pattern.html
@@ -19,8 +19,8 @@ SYNOPSIS
<b>#include &#60;pcre2.h&#62;</b>
</P>
<P>
-<b>pcre2_match_data_create_from_pattern(const pcre2_code *<i>code</i>,</b>
-<b> pcre2_general_context *<i>gcontext</i>);</b>
+<b>pcre2_match_data *pcre2_match_data_create_from_pattern(</b>
+<b> const pcre2_code *<i>code</i>, pcre2_general_context *<i>gcontext</i>);</b>
</P>
<br><b>
DESCRIPTION