From 96e8b3864471b1fc825a3fc98e596fe904c4ff84 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 25 Aug 2017 12:07:43 -0700 Subject: [PATCH] [re.grammar] Fix typeface of 'match_type_flag' --- source/regex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/regex.tex b/source/regex.tex index 4e68aa309c..e9b36dd015 100644 --- a/source/regex.tex +++ b/source/regex.tex @@ -4166,7 +4166,7 @@ The behavior of the internal finite state machine representation when used to match a sequence of characters is as described in ECMA-262. The behavior is modified according -to any match_flag_type flags~(\ref{re.matchflag}) specified when using the regular expression +to any \tcode{match_flag_type} flags~(\ref{re.matchflag}) specified when using the regular expression object in one of the regular expression algorithms~(\ref{re.alg}). The behavior is also localized by interaction with the traits class template parameter as follows: \begin{itemize}