Skip to content

Commit

Permalink
[format.string.general,format.formatter.spec] Fix unparenthesized cro…
Browse files Browse the repository at this point in the history
…ss-references
  • Loading branch information
jensmaurer authored and tkoeppe committed Jan 26, 2025
1 parent 6583c4a commit 696dcd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6032,12 +6032,12 @@
For arithmetic, pointer, and string types
the \fmtgrammarterm{format-spec}
is interpreted as a \fmtgrammarterm{std-format-spec}
as described in \iref{format.string.std}.
as described in~\ref{format.string.std}.
\item
For chrono types
the \fmtgrammarterm{format-spec}
is interpreted as a \fmtgrammarterm{chrono-format-spec}
as described in \iref{time.format}.
as described in~\ref{time.format}.
\item
For user-defined \tcode{formatter} specializations,
the behavior of the \tcode{parse} member function
Expand Down Expand Up @@ -7206,7 +7206,7 @@
The \tcode{parse} member functions of these formatters
interpret the format specification
as a \fmtgrammarterm{std-format-spec}
as described in \ref{format.string.std}.
as described in~\ref{format.string.std}.

\pnum
Unless specified otherwise, for each type \tcode{T} for which
Expand Down

0 comments on commit 696dcd8

Please sign in to comment.