Skip to content

Commit

Permalink
Fix typo extend -> extent in span section (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubitol authored Sep 30, 2024
1 parent 4de86de commit 550f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talk/morelanguage/morestl.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
\begin{itemize}
\item and thus to be passed by value
\end{itemize}
\item \cppinline{span} can also have a \texttt{static extend}
\item \cppinline{span} can also have a \texttt{static extent}
\begin{itemize}
\item meaning the size is determined at compile time
\item and thus only a pointer is stored by \cppinline{span}
Expand Down

0 comments on commit 550f705

Please sign in to comment.