Commit 1d24543b authored by Geoff Simmons's avatar Geoff Simmons

Fix a typo.

parent ed328f11
Pipeline #268 skipped
...@@ -520,8 +520,8 @@ be less than 0; if they are, then the match fails. ...@@ -520,8 +520,8 @@ be less than 0; if they are, then the match fails.
If true, then the just-in-time matcher is not used, even when the If true, then the just-in-time matcher is not used, even when the
pattern was compiled for JIT. In that case, PCRE2's "traditional" pattern was compiled for JIT. In that case, PCRE2's "traditional"
interpretive matcher is used (as is always the case if JIT is not interpretive matcher is used (as is always the case if JIT is not
available, or if the pattern was not JIT-compiled). If ``not_jit`` available, or if the pattern was not JIT-compiled). If ``no_jit`` is
is true for an invocation of the ``match()`` or ``sub()`` functions, true for an invocation of the ``match()`` or ``sub()`` functions,
which compile a pattern on every call, then the pattern is also not which compile a pattern on every call, then the pattern is also not
JIT-compiled. See `JIT compilation and matching`_ below. JIT-compiled. See `JIT compilation and matching`_ below.
......
...@@ -503,8 +503,8 @@ be less than 0; if they are, then the match fails. ...@@ -503,8 +503,8 @@ be less than 0; if they are, then the match fails.
If true, then the just-in-time matcher is not used, even when the If true, then the just-in-time matcher is not used, even when the
pattern was compiled for JIT. In that case, PCRE2's "traditional" pattern was compiled for JIT. In that case, PCRE2's "traditional"
interpretive matcher is used (as is always the case if JIT is not interpretive matcher is used (as is always the case if JIT is not
available, or if the pattern was not JIT-compiled). If ``not_jit`` available, or if the pattern was not JIT-compiled). If ``no_jit`` is
is true for an invocation of the ``match()`` or ``sub()`` functions, true for an invocation of the ``match()`` or ``sub()`` functions,
which compile a pattern on every call, then the pattern is also not which compile a pattern on every call, then the pattern is also not
JIT-compiled. See `JIT compilation and matching`_ below. JIT-compiled. See `JIT compilation and matching`_ below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment