Skip to content

Commit 57581c2

Browse files
committed
[re.grammar] Fix typeface of 'match_type_flag'
1 parent 13c641f commit 57581c2

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
@@ -4166,7 +4166,7 @@
41664166
The behavior of the internal finite state machine representation when used to match a
41674167
sequence of characters is as described in ECMA-262.
41684168
The behavior is modified according
4169-
to any match_flag_type flags~(\ref{re.matchflag}) specified when using the regular expression
4169+
to any \tcode{match_flag_type} flags~(\ref{re.matchflag}) specified when using the regular expression
41704170
object in one of the regular expression algorithms~(\ref{re.alg}). The behavior is also
41714171
localized by interaction with the traits class template parameter as follows:
41724172
\begin{itemize}

0 commit comments

Comments
 (0)