Skip to content

Commit d8e8593

Browse files
authored
Make [print.fun] consistent with other label names.
1 parent ddff94a commit d8e8593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,7 +4259,7 @@
42594259
\indexheader{print}%
42604260
\begin{codeblock}
42614261
namespace std {
4262-
// \ref{print.fun}, print functions
4262+
// \ref{print.func}, print functions
42634263
template<class... Args>
42644264
void print(format_string<Args...> fmt, Args&&... args);
42654265
template<class... Args>
@@ -7692,7 +7692,7 @@
76927692
\end{itemize}
76937693
\end{itemdescr}
76947694

7695-
\rSec2[print.fun]{Print functions}
7695+
\rSec2[print.func]{Print functions}
76967696

76977697
\indexlibraryglobal{print}%
76987698
\begin{itemdecl}

0 commit comments

Comments
 (0)