File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,10 @@ There are also three different sets of data types:
344344 \fB PCRE2_UCHAR8, PCRE2_UCHAR16, PCRE2_UCHAR32 \fP
345345 \fB PCRE2_SPTR8, PCRE2_SPTR16, PCRE2_SPTR32 \fP
346346.sp
347- The UCHAR types define unsigned code units of the appropriate widths. For
348- example, PCRE2_UCHAR16 is usually defined as `uint16_t'. The SPTR types are
349- constant pointers to the equivalent UCHAR types, that is, they are pointers to
350- vectors of unsigned code units.
347+ The UCHAR types define unsigned code units of the appropriate widths.
348+ For example, PCRE2_UCHAR16 is usually defined as `uint16_t'.
349+ The SPTR types are pointers to constants of the equivalent UCHAR types,
350+ that is, they are pointers to vectors of unsigned code units.
351351.P
352352Character strings are passed to a PCRE2 library as sequences of unsigned
353353integers in code units of the appropriate width. The length of a string may
You can’t perform that action at this time.
0 commit comments