Skip to content

Commit 550f705

Browse files
authored
Fix typo extend -> extent in span section (#532)
1 parent 4de86de commit 550f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: talk/morelanguage/morestl.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
\begin{itemize}
4646
\item and thus to be passed by value
4747
\end{itemize}
48-
\item \cppinline{span} can also have a \texttt{static extend}
48+
\item \cppinline{span} can also have a \texttt{static extent}
4949
\begin{itemize}
5050
\item meaning the size is determined at compile time
5151
\item and thus only a pointer is stored by \cppinline{span}

0 commit comments

Comments
 (0)