Skip to content

Commit 8c8e05d

Browse files
authored
[format.parse.ctx] Move non-normative explanations of errors into notes (#6816)
1 parent a5825b1 commit 8c8e05d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/utilities.tex

+8-4
Original file line numberDiff line numberDiff line change
@@ -17353,8 +17353,10 @@
1735317353

1735417354
\pnum
1735517355
\throws
17356-
\tcode{format_error} if \tcode{indexing_ == manual} is \tcode{true}
17357-
which indicates mixing of automatic and manual argument indexing.
17356+
\tcode{format_error} if \tcode{indexing_ == manual} is \tcode{true}.
17357+
\begin{note}
17358+
This indicates mixing of automatic and manual argument indexing.
17359+
\end{note}
1735817360

1735917361
\pnum
1736017362
\remarks
@@ -17380,8 +17382,10 @@
1738017382
\pnum
1738117383
\throws
1738217384
\tcode{format_error} if
17383-
\tcode{indexing_ == automatic} is \tcode{true}
17384-
which indicates mixing of automatic and manual argument indexing.
17385+
\tcode{indexing_ == automatic} is \tcode{true}.
17386+
\begin{note}
17387+
This indicates mixing of automatic and manual argument indexing.
17388+
\end{note}
1738517389

1738617390
\pnum
1738717391
\remarks

0 commit comments

Comments
 (0)