summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_match_data_free.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre2_match_data_free.html')
-rw-r--r--doc/html/pcre2_match_data_free.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_match_data_free.html b/doc/html/pcre2_match_data_free.html
index 746c3c1..6ba6162 100644
--- a/doc/html/pcre2_match_data_free.html
+++ b/doc/html/pcre2_match_data_free.html
@@ -31,7 +31,7 @@ using the memory freeing function from the general context or compiled pattern
with which it was created, or <b>free()</b> if that was not set.
</P>
<P>
-If the PCRE2_COPY_MATCHED_SUBJECT was used for a successful match using this
+If the PCRE2_COPY_MATCHED_SUBJECT was used for a successful match using this
match data block, the copy of the subject that was remembered with the block is
also freed.
</P>