Skip to content

Commit

Permalink
[format.parse.ctx] pull non-normative explanations of errors into notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Feb 22, 2024
1 parent 30debb0 commit 58635e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17353,8 +17353,10 @@

\pnum
\throws
\tcode{format_error} if \tcode{indexing_ == manual} is \tcode{true}
which indicates mixing of automatic and manual argument indexing.
\tcode{format_error} if \tcode{indexing_ == manual} is \tcode{true}.
\begin{note}
This indicates mixing of automatic and manual argument indexing.
\end{note}

\pnum
\remarks
Expand All @@ -17380,8 +17382,10 @@
\pnum
\throws
\tcode{format_error} if
\tcode{indexing_ == automatic} is \tcode{true}
which indicates mixing of automatic and manual argument indexing.
\tcode{indexing_ == automatic} is \tcode{true}.
\begin{note}
This indicates mixing of automatic and manual argument indexing.
\end{note}

\pnum
\remarks
Expand Down

0 comments on commit 58635e6

Please sign in to comment.