summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_serialize_encode.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_serialize_encode.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_serialize_encode.html')
-rw-r--r--doc/html/pcre2_serialize_encode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_serialize_encode.html b/doc/html/pcre2_serialize_encode.html
index 4b8bfd4..f153270 100644
--- a/doc/html/pcre2_serialize_encode.html
+++ b/doc/html/pcre2_serialize_encode.html
@@ -28,7 +28,7 @@ DESCRIPTION
</b><br>
<P>
This function encodes a list of compiled patterns into a byte stream that can
-be saved on disc or elsewhere. Note that this is not an abstract format like
+be saved on disc or elsewhere. Note that this is not an abstract format like
Java or .NET. Conversion of the byte stream back into usable compiled patterns
can only happen on a host that is running the same version of PCRE2, with the
same code unit width, and the host must also have the same endianness, pointer