Skip to content

Commit 4950784

Browse files
committed
[format.string.general,format.formatter.spec] Fix unparenthesized cross-references
1 parent 6583c4a commit 4950784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/text.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6032,12 +6032,12 @@
60326032
For arithmetic, pointer, and string types
60336033
the \fmtgrammarterm{format-spec}
60346034
is interpreted as a \fmtgrammarterm{std-format-spec}
6035-
as described in \iref{format.string.std}.
6035+
as described in~\ref{format.string.std}.
60366036
\item
60376037
For chrono types
60386038
the \fmtgrammarterm{format-spec}
60396039
is interpreted as a \fmtgrammarterm{chrono-format-spec}
6040-
as described in \iref{time.format}.
6040+
as described in~\ref{time.format}.
60416041
\item
60426042
For user-defined \tcode{formatter} specializations,
60436043
the behavior of the \tcode{parse} member function
@@ -7206,7 +7206,7 @@
72067206
The \tcode{parse} member functions of these formatters
72077207
interpret the format specification
72087208
as a \fmtgrammarterm{std-format-spec}
7209-
as described in \ref{format.string.std}.
7209+
as described in~\ref{format.string.std}.
72107210

72117211
\pnum
72127212
Unless specified otherwise, for each type \tcode{T} for which

0 commit comments

Comments
 (0)