[DOC] Fix markup [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2023-01-13 09:46:15 +09:00
parent 2e7bceb34e
commit 391d431073
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -407,7 +407,7 @@ a single one that matches any of the expressions. Each expression is an
== Condition
The <tt>(?(</tt><i>cond</><tt>)</tt><i>yes</i><tt>|</tt><i>no</i><tt>)</tt>
The <tt>(?(</tt><i>cond</i><tt>)</tt><i>yes</i><tt>|</tt><i>no</i><tt>)</tt>
syntax matches _yes_ part if _cond_ is captured, otherwise matches _no_ part.
In the case _no_ part is empty, also <tt>|</tt> can be omitted.