Skip to content

Commit 3485551

Browse files
committed
[NFC] Typography
1 parent 4253517 commit 3485551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

talk/morelanguage/lambda.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
\end{column}
212212
\end{columns}
213213
\end{block}
214-
\begin{exampleblock}{Some nice consequence}
214+
\begin{exampleblock}{Some nice consequences}
215215
\begin{itemize}
216216
\item Lambda expressions create ordinary objects
217217
\item They can be copied, moved, or inherited from

talk/morelanguage/raii.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277

278278
\begin{frame}[fragile]
279279
\frametitlecpp[11]{\texttt{std::shared\_ptr}}
280-
\begin{block}{\mintinline{cpp}{std::shared_ptr} : a reference counting pointer}
280+
\begin{block}{\mintinline{cpp}{std::shared_ptr} : a reference-counting pointer}
281281
\begin{itemize}
282282
\item wraps a regular pointer similar to \cppinline{unique_ptr}
283283
\item has move and copy semantic

0 commit comments

Comments
 (0)