Skip to content

Commit ec91536

Browse files
Rename "STL and lambdas" into "More examples"
1 parent 9503179 commit ec91536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/morelanguage/stl.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
\end{frame}
259259

260260
\begin{frame}[fragile]
261-
\frametitlecpp[14]{STL and lambdas}
261+
\frametitlecpp[14]{More examples}
262262
\begin{cppcode}
263263
// Finds the first element in a list between 1 and 10.
264264
std::list<int> l = ...;

0 commit comments

Comments
 (0)