summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_substring_list_free.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-08-13 11:57:09 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-08-13 11:57:09 +0000
commitcda75c98a6c0c1ea2efdc2861134fff4d71cf85e (patch)
tree66e18f00d3775d4858c295e31d8c2d33a84a2a80 /doc/html/pcre2_substring_list_free.html
parent969454248f0219bdf200f602bdc17bccbceea906 (diff)
downloadpcre2-cda75c98a6c0c1ea2efdc2861134fff4d71cf85e.tar.gz
File tidies and documentation update for 10.32-RC1 Release Candidate.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@983 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_substring_list_free.html')
-rw-r--r--doc/html/pcre2_substring_list_free.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_substring_list_free.html b/doc/html/pcre2_substring_list_free.html
index 922a139..0919d1e 100644
--- a/doc/html/pcre2_substring_list_free.html
+++ b/doc/html/pcre2_substring_list_free.html
@@ -27,7 +27,7 @@ DESCRIPTION
<P>
This is a convenience function for freeing the store obtained by a previous
call to <b>pcre2substring_list_get()</b>. Its only argument is a pointer to
-the list of string pointers. If the argument is NULL, the function returns
+the list of string pointers. If the argument is NULL, the function returns
immediately, without doing anything.
</P>
<P>