Skip to content

Commit ea8bf70

Browse files
committed
[re.grammar] Fix typeface of 'match_type_flag'
1 parent e8f384f commit ea8bf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,7 @@
41644164
The behavior of the internal finite state machine representation when used to match a
41654165
sequence of characters is as described in ECMA-262.
41664166
The behavior is modified according
4167-
to any match_flag_type flags\iref{re.matchflag} specified when using the regular expression
4167+
to any \tcode{match_flag_type} flags\iref{re.matchflag} specified when using the regular expression
41684168
object in one of the regular expression algorithms\iref{re.alg}. The behavior is also
41694169
localized by interaction with the traits class template parameter as follows:
41704170
\begin{itemize}

0 commit comments

Comments
 (0)