Skip to content

Commit

Permalink
Make [print.fun] consistent with other label names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benio101 authored Dec 12, 2024
1 parent ddff94a commit d8e8593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4259,7 +4259,7 @@
\indexheader{print}%
\begin{codeblock}
namespace std {
// \ref{print.fun}, print functions
// \ref{print.func}, print functions
template<class... Args>
void print(format_string<Args...> fmt, Args&&... args);
template<class... Args>
Expand Down Expand Up @@ -7692,7 +7692,7 @@
\end{itemize}
\end{itemdescr}

\rSec2[print.fun]{Print functions}
\rSec2[print.func]{Print functions}

\indexlibraryglobal{print}%
\begin{itemdecl}
Expand Down

0 comments on commit d8e8593

Please sign in to comment.