Skip to content

Commit 58c01ba

Browse files
authored
[re.grammar] Add missing backslash to UnicodeEscapeSequence example (#7290)
1 parent d5c9f2d commit 58c01ba

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
@@ -3929,7 +3929,7 @@
39293929
value that can be held in an object of type \tcode{charT} the translator shall
39303930
throw an exception object of type \tcode{regex_error}.
39313931
\begin{note}
3932-
This means that values of the form \tcode{"uxxxx"} that do not fit in
3932+
This means that values of the form \tcode{"\textbackslash{}uxxxx"} that do not fit in
39333933
a character are invalid.
39343934
\end{note}
39353935

0 commit comments

Comments
 (0)