Skip to content

Commit b5a291c

Browse files
authored
Fix documentation typo (#765)
1 parent 85437bd commit b5a291c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/html/pcre2api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3170,7 +3170,7 @@ <h3>
31703170
a partial match is found, <b>pcre2_match()</b> immediately returns
31713171
PCRE2_ERROR_PARTIAL, without considering any other alternatives. In other
31723172
words, when PCRE2_PARTIAL_HARD is set, a partial match is considered to be more
3173-
important that an alternative complete match.
3173+
important than an alternative complete match.
31743174
</p>
31753175
<p>
31763176
There is a more detailed discussion of partial and multi-segment matching, with

doc/pcre2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ MATCHING A PATTERN: THE TRADITIONAL FUNCTION
30813081
case, if a partial match is found, pcre2_match() immediately returns
30823082
PCRE2_ERROR_PARTIAL, without considering any other alternatives. In
30833083
other words, when PCRE2_PARTIAL_HARD is set, a partial match is consid-
3084-
ered to be more important that an alternative complete match.
3084+
ered to be more important than an alternative complete match.
30853085

30863086
There is a more detailed discussion of partial and multi-segment match-
30873087
ing, with examples, in the pcre2partial documentation.

doc/pcre2api.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ If PCRE2_PARTIAL_HARD is set, it overrides PCRE2_PARTIAL_SOFT. In this case, if
31563156
a partial match is found, \fBpcre2_match()\fP immediately returns
31573157
PCRE2_ERROR_PARTIAL, without considering any other alternatives. In other
31583158
words, when PCRE2_PARTIAL_HARD is set, a partial match is considered to be more
3159-
important that an alternative complete match.
3159+
important than an alternative complete match.
31603160
.P
31613161
There is a more detailed discussion of partial and multi-segment matching, with
31623162
examples, in the

0 commit comments

Comments
 (0)