Skip to content

Commit 7112895

Browse files
cpplearnertkoeppe
authored andcommitted
[support.types.byteops, re.synopt] Replace \^ with \caret (#1902)
1 parent 616405f commit 7112895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
\\ \rowsep
740740
%
741741
\tcode{multiline} &
742-
Specifies that \tcode{\^} shall match the beginning of a line and
742+
Specifies that \tcode{\caret} shall match the beginning of a line and
743743
\tcode{\$} shall match the end of a line,
744744
if the \tcode{ECMAScript} engine is selected.
745745
\indextext{\idxcode{multiline}}%

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
\end{itemdecl}
452452

453453
\begin{itemdescr}
454-
\pnum \effects Equivalent to: \tcode{return l = l \^ r;}
454+
\pnum \effects Equivalent to: \tcode{return l = l \caret{} r;}
455455
\end{itemdescr}
456456

457457
\indexlibrarymember{operator\caret}{byte}%

0 commit comments

Comments
 (0)